Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303367

    Every so often when adding/duplicating color sections, I get a random ~100px tall horizontal white spacer(gap) in my page.

    When I inspect it, it’s a new av_section_# that’s been created and is adding the default padding to that empty section. Currently, my site is fine (so I don’t have a screenshot)– I fix it by adding/removing sections or adding/removing content and rearranging until it fixes itself.

    Have you seen this bug and how do you keep it from happening or fix it? I think the last time I fixed it I changed the padding on the section above the space, saved, and then changed it back but I’m not sure that’s always the fix.

    #303622

    Hey davidfavero!

    Thank you for using Enfold.

    The color section has a minimum height of 100px by default so even if it’s empty it will still be 100px in height. You can change that on Quick CSS or custom.css:

    .avia-section {
    min-height: 10px;
    }

    Regards,
    Ismael

    #303853

    Hey Ismael,

    The problem isn’t that the default height is set to 100px, but that a section magically appears when there isn’t a color section currently in place.

    For instance, if I have some the Avia Editor layout like this:

    Color Section -> 2/5 & 3/5 Layouts with an Image, Text & Button
    Color Section -> 3/5 & 2/5 Layouts with an Image and text.

    The final output looks like this on the webpage:
    Image, Text & Button
    100px tall white gap
    Image & Text

    There is a random Color Section (that DOES NOT appear in the Avia Editor) that is being created periodically for no rhyme or reason and the only way I’ve figured out how to remove it is by playing with the settings on the other Color Sections above & below the white gap.

    • This reply was modified 9 years, 9 months ago by davidfavero.
    #304500

    Hi!

    We aren’t aware of any bug like that at the moment no. Do you have any specific steps we can try and re-create it with?

    If you don’t already have it turned on, you can turn on the debug field to see exactly what the builder currently has in place: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Devin

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