I’ve just applied and made some basic configurations to the enfold theme. I’ve disabled all front-end plugins and custom css/php. The menu isn’t behaving as I expect, on both smaller and larger screens. The boxed layout only shows background color on the left, and the right menu runs too far down the page, like it’s not contained in the box. I’m using WP 4.5.3 and Enfold 3.7. Link in private content.
Please advise?
Hi lambrite,
Not sure what happened there, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Rikard
I consistently get an error on using the in-site upgrade, so I downloaded a new copy of the latest version of the theme and FTP’ed it over the previous files. I still had the same issue, so I deleted the theme folder and uploaded again via FTP. I still have the same issue. Please advise.
Hi,
Could you please provide and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Details below.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_right #top #header {
position: relative;
float: right;
}
Best regards,
Yigit
That did it; thank you.