Forums

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

Home Forums CSS help with nav menu Re: help with nav menu

#103104
Billy
Participant

If you want the nav to be inline, then you should use

display: inline;

And if you want to style the things like blocks but keep it inline, then you can change it to

display: inline-block;

When you mean the navigation on the right… you mean the column or the <ul>?