Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS screen size width problem Re: screen size width problem

#110518
matt_sanford
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,