Home › Forums › CSS › screen size width problem › Re: screen size width problem
September 21, 2012 at 2:48 pm
#110518
Participant
float ul#menu to the right. set your margin to “margin: 0 2% 0 0;” putting a margin on the left was the problem. If you make the browser small enough it will go to two lines, this is un-avoidable without using media queries. This fix gives you a greater amount of real estate before that happens though.
cheers,