Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #484268

    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?

    #484496

    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

    #484628

    So is it a bug?

    I’m fine with doing css hacks but it doesn’t seem like the most ideal solution.

    #485138

    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

    #488310

    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.

    #488555

    Hi,

    Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.