Hi,
There is a gap between the menu and content below. Can this be moved?
Many thinks
Nathan
Hi Nathan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home main.template-page.content.av-content-full.alpha.units {
padding-top: 0;
}
Regards,
Yigit
Hello,
Using enfold 3.0.8, I have the ugly gap between menu and content.
The inspector says that code below is the cause :
<div id="main" data-scroll-offset="116">
<div class="container_wrap container_wrap_first main_color fullsize">
<div class="container">
<main class="template-page content av-content-full alpha units">
<article class="post-entry post-entry-type-page post-entry-55">
<div class="entry-content-wrapper clearfix">
<header class="entry-content-header"></header>
<div class="entry-content"></div>
</div>
</article>
</main>
</div><!-- close content main div -->
</div>
</div>
Any idea to remove this gap.
Thanks
Franck
Hi,
Yes i’ve tryed it but I still have the gap.
By the way, I have also an unwanted huge footer height.
Thanks,
Franck
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .container {
height: 45px;
}
That will fix the footer issue and there seems to be an element on the top of your page content. Please remove it. If there is not, please add an element, update your page, remove the element and update your page once again and check if that helps. If it does not, please create a temporary admin login and post it here privately so we can look into it
Best regards,
Yigit
Hum I think I have an database problem.
The CSS fiw works with the footer height.
Thanks
Franck
Hey!
Please feel free to let us know if there is anything we can do to help :)
Best regards,
Yigit
I’ve recreated a brand new landing page with the same informations and the problem dispaser.
I think the original page was mess up (probably during the 4.0 WP upgrade) as it there was sometimes other work in progress pages elements displayed inside this landing page.
Thanks for your support.
Franck