Stretch navigation to 100%
-
I want to stretch the navigation to full page width, which is 1100px wide, but when I add the width to my custom CSS, it shifts the menu text to the left. I want the menu to remain centred and tried “margin: 0 auto;” but I think the flex element tag won’t allow this. How can I remedy this?
Here’s the CSS:
.menu-primary-menu-container {
background-color: #CAE0DE;
margin-top: 15px;
margin-bottom: -18px;
border-top: 2px solid #F8DF00;
width: 1100px;
}The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.