Brilliant! Thank you :)
Great! Thank you! :)
Many thanks :)
How would you advise creating my own animated slides?
Is it possible to change the other sliders’ heights?
Or is it defined in the Avia framework?
Does config.php (in config-woocommerce) define av_section_1?
OK, thanks
I can get away with
#color-section-1{
max-height: 20px;
min-height: 20px;
}
but not just min-height
Using only min-height
doesn’t work for me. – Could you please repost your answer with important
in it?
Ended up using
#color-section-01{
max-height: 20px;
min-height: 20px;
height :20px
}
Great – thank you! min-height addition did the trick :)