Hi, I updated our site and now this is going on. Menu is pushed down weirdly and not displaying correctly. Menu pushes down into layer slider and its hard to see, etc.
I didn’t make the site, so not sure whats going on, does it look like an Update issue or some custom issue?
Hey LifeIsNow001,
Try to disable all the plugins and check if there`s some problem yet.
Best regards,
John Torvik
OK tried that, didn’t change anything
Hi LifeIsNow001,
The mess is created by adding those links with the telephone. LOOKS like too many are there in html. Try removing the extra ones. The logo image is not in a correct container also.
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
..main_menu {
top: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
That was great help, got me on the right track. Here’s what was wrong.
I had the below code in the Enfold > Header > Phone Number or small info text >
Canada: <a href="tel:+16046707654">1-604-670-7654</a> USA: <a href="tel://1-206-701-6701">1-206-701-6701
As you can see the enfold theme update to 4.0.7 removed the last , I added that back in and seems to have fixed it all.
Thank you! Your support is exemplary!