Archived topic
Offset Navigation bar
2 replies · Started by Anonymous on October 16, 2015
Hi,
I am trying to make it so the navigation bar is offset vertically, so it comes closer to the page content. I am trying to make it look like this image: http://i.imgur.com/jywtWxo.jpg. Is this possible?
Also, how would I go about adding a vertical and horizontal line around the menu as shown in the image?
Thank you!
Hi Maryellen. Is it possible to post a link to your site? It would be really helpful to see the actual layout so we can determine the best approach. Thanks.
Hi there,
Can I see the way you have your site set up now? If you want it to be closer to the content, you can use our Spacing add-on to reduce the padding on top of the content - this will bring the two closer together.
To add a border on top and bottom, try this CSS:
.main-navigation {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
