Dear,
I know the Color Section can set the minimum height, but how can i set the maximum height? or the minimum width?
Tommy
Hey Tommy,
Thank you for using Enfold.
There is no option for that by default but you can use the Quick CSS field to specify the maximum height of given color section.
Example:
#color_section {
max-height: 200px;
}
Replace the “color_section” with the Section ID value.
Best regards,
Ismael
Hi.. This code does not works for me.. I’ve gave the “bottomrule” section ID to the color section but it does not work..
Any idea..?
Thank You very much..
#bottomrule {
max-height: 10px;
}
Solved here: https://kriesi.at/support/topic/color-section-height-or-colored-horizontal-rule/#post-1117287
Thanks Rikard..