F
F
freeman02042015-08-16 21:15:20
Adaptive design
freeman0204, 2015-08-16 21:15:20

How to correctly mark up the header for responsive design + rubber?

Marked in the screenshot 4 parts, how to correctly draw the width? I think it would be right to set the logo and slogan together 50% and the search form 50%. Or is it better to break it into 4 parts, but then the 3rd part will be empty. If you do not set the width in %, but simply retreat the padding, then there will be problems with adaptation in the future. How to do it right? 61e6824c834e4d6389b7702aa86bb0db.png
And the menu below will be more correct to set the width to 100%?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Kolesnichenko, 2015-08-18
@Negatiff

At this stage, you can prescribe all three blocks width:auto;
Logo and slogan float:left;. Search float:right;
Menu set clear:both; width:100%
I do not pretend to be true. It's just what I would do. IMHO.
And then, in media queries, decide what to do with them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question