I’m not sure how this happened. I’ve updated enfold before on this site and never had a technical issue. If you visit the website in the private content you’ll notice the menu bar is not formatting correctly. There is a large area which appeared under the menu after the update.
Also, within the other pages the sidebars are no longer appearing to the left of the content, they are appearing under the content now.
I’ve tried to remove these issues but can’t seem to locate the code causing the issue.
Hey MuzSolutions!
for me this sounds that this could be caused by a conflict with a plugin. Please deactivate all of them and afterwards switch them on again one by one to find the one which is causing this issue.
Best regards,
Andy
Nope, this was not a plugin issue. I deactivated all plugins and the issue did not fix. I think this is a CSS issue.
Hi!
Sidebar now looks fine on my end – http://i.imgur.com/VITz5U6.png
Can you please go to Enfold theme options > Header and change header height and check if that helps?
Best regards,
Yigit
Hi!
Have you tried adjusting dimensions in Enfold theme options > General Layout? I tried adjusting the values via CSS and it seems like it will solve the issues you are having. If it does not, please create a temporary admin login and post it here privately.
Regards,
Yigit
Hey!
to make website narrower:
.boxed#top {
width: 1058px;
}
for your menu try this:
.html_header_top.html_bottom_nav_header .main_menu {
width: 116.3%;
}
Hope this helps.
Regards,
Andy