Align menus
-
I’m looking a css code to align left the menus near to my site name on the home page.
The theme is the Widely.
If anyone could help that would be great!Many Thanks,
HelderThe blog I need help with is: (visible only to logged in users)
-
This will drop it to below the title and site description aligned to the left, is that what you meant?
nav.main-navigation { float:none; } -
I Hallluke,
would be perfect if It could stay in the same line as the title and site description.
Thanks
Helder -
So at the same vertical position on the page but moved left towards the title text?
#masthead hgroup, nav.main-navigation { float:left; }It will still drop below the site description when the screen is narrow (for tablet visitors) but for desktops this should do the trick.
-
- The topic ‘Align menus’ is closed to new replies.