Hello
The site I’m working on is
evokespirit.com
I notice that some of the sub menu pages are going off the page
how can I fix this?
Hey Nathan,
https://share.getcloudapp.com/YEudOxoE You are moving the menu to the left and the mega menu is shown relevant to the menu position and so it needs to be adjusted too.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1024px) {
#header .nine.units {
right: auto !important;
float: right;
left: -20vw;
}
#header .twelve.units {
right: auto !important;
float: right;
left: -34vw;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
I’m relieved and thankful for the support with the code it worked
this topic is resolved