Reply To: Offset Navigation bar

Home Forums Support Offset Navigation bar Reply To: Offset Navigation bar

Home Forums Support Offset Navigation bar Reply To: Offset Navigation bar

#144889
Tom
Lead Developer
Lead Developer

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;
}