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

    Hello!

    Long time Enfold user. I have your theme on 3 websites. Never encountered the following issue before:

    1. Build out a Colored Section with various elements. Usually I set Section Minimum Height to “no minimum height, use content” and there is not an issue with the container correctly fitting the elements with the correct whitespace/padding. Now there is an issue. So I next tried to set a custom height in pixils. The container does not respond at all. I can put a size to over 500 and it expands correctly…if I try to change to to any size under 500 it will not respond.

    2. I am also having an issue if I put a 1/1 layout container below the Colored section. It’s like the colored section’s bug from above takes over the 1/1 layout container. Same thing happens to the 1/1. I cannot get to to be smaller than 500 pixils. It does not take on the size of whatever elements I add to it.

    3. I tested this 1/1 layout next to other elements and layouts and there is not an issue. It is only when it’s below a colored section.

    4. I tested this on multiple pages on the site, and it’s happening site wide.

    Thanks for any help you might offer.

    Warm wishes!
    LM

    #407354
    This reply has been marked as private.
    #407371
    This reply has been marked as private.
    #408269

    Hi!

    It looks like you have some custom CSS which is setting a minimum height to the color sections.

    .post-entry {
      min-height: 550px;
    }

    Remove that and they will go back to their original height.

    Cheers!
    Elliott

    #415670

    Elliott – that did the trick. Thanks for looking into this for me.

    #416189

    Hey!

    Great, glad we could help.

    Cheers!
    Rikard

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