I can’t figure this out.
http://www.realmushrooms.com/homepage/
Seems like the color section is adding an extra div in:
<div id="after_section_3" class="main_color container_wrap fullsize"><div class="container"><div class="template-page content av-content-full alpha units"><div class="post-entry post-entry-type-page post-entry-23"><div class="entry-content-wrapper clearfix">
<section class="avia_codeblock_section avia_code_block_6" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="avia_codeblock " itemprop="text"> <a name="faq"></a> </div></section>
</div></div></div><!-- close content main div --></div></div>
Where is this extra div coming from?
Hi nammex!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-23 #after_section_3, .page-id-23 #after_section_2 {
display: none;
}
Cheers!
Yigit
So is it a bug?
I’m fine with doing css hacks but it doesn’t seem like the most ideal solution.
Hi!
not sure where it’s coming from. Maybe caused by a plugin? Are you sure you did not add any Code block element, which is causing it? we could check your backend if you want but it seems to be fine now.
Cheers!
Andy
Yea it was a code block element with an anchor tag. The thing was it wasn’t causing excess padding above but was below. I tried inside the color selection element but that didn’t help.
Ended up just hiding them.