Hi Support / Forum
I have inherited this website from another developer and am just finding my way around.
I have updated to the latest version of your site’s theme – Enfold Version: 4.2.This has replaced EnfoldVersion: 2.8.1.
The site has an Enfold Child Theme Version 1 installed.
The update has fixed a problem with Avia Layout Builder and the site is displaying much better so am very pleased.
I’ve also been able to update the PHP to V. 7.1.
The only bug is some Margin Top Space above Header.
I wonder if it is this CSS but I am not where it is added and if it is wise to overwrite.
<style type=”text/css” media=”screen”>
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
html { margin-top: 46px !important; }
* html body { margin-top: 46px !important; }
}
</style>
I hope you can help.
Thanks
Hi,
Header.php file and /includes/helper-main-menu.php files were updated as we have totally renewed mobile menu and it seems like you have modified one of mentioned files in your child theme. Please either add following code to Quick CSS in Enfold theme options > General Styling
#advanced_menu_toggle, #advanced_menu_hide {
display: none;
}
or copy fresh copies of mentioned files to your child theme and apply the changes you made on them.
Regards,
Yigit
That has fixed it Yigit. :)
Thank you for being so fast. Brilliant.