The parent container class has a fixed width of 1170px.
This should fix it, goes in custom css area.
#mmjmenu-menu .container {
max-width: 100%;
}
I have some custom CSS already in the customizr “CUSTOM CSS” area. This is what it looks like…
<meta name=”bitly-verification” content=”9cdf82404688″/>
#mmjmenu-menu .container {
max-width: 100%;
}
I saved but the menu still overlaps. Do you think it isn’t working because of the other info I have in there?
The other code is html, wont work in a css file.
That needs to be put in the header.php file.
You will need a child-theme for editing the the header.php.
You can download it from the developers site here.