Hi there,
I’ve added a button to main main navigation based on the documentation available on the website.
Given that I already have two lines above and beyond the primary navigation, the border around my button now touches those two lines.
Could you please help with how I can add some padding in between those lines? Screenshot: https://imgur.com/fENvLzx
I have the following code for the the lines above and below my main navigation:
/*Line above & below main navigation*/
.main-navigation {
border-top: 1px solid #eff1f2;
border-bottom: 1px solid #eff1f2;
}