Tagged: color sections
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
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
Elliott – that did the trick. Thanks for looking into this for me.