Forums
Forums / Theme: Customizr / Re-Position Menu
(@nicoleorganicsunshinenet)
12 years, 8 months ago
I would like to re-position the navigation menu. The URL of my site is: http://www.behealthybeyou.com/home/
I would like the menu to sit directly on top of the bottom border of the header. Any CSS coding suggestions to make this happen? Thanks for your help!
(@kacomp)
Hi,
Add this CSS
.navbar-wrapper { margin-top: 5em !important; }
.navbar { margin-bottom:0px !important; }
.navbar .navbar-inner { margin-bottom:0px !important; }
best of luck,
Karen
Thanks so much Karen! You have been a huge help.
The topic ‘Re-Position Menu’ is closed to new replies.