on this page
diamondbeachcabarita.com.au/wp/
I have a content slider containing 2 text testimonials (will be adding more)
As the two are different lengths the color section holding them moves up & down in height as they change
It is very distracting and I would like the color section to not change its height
I have tried setting a fixed height to the color section but it still moves
is there some setting or SCC to fix this?
I thought of doing each testimonial as an image (all the same size) but this is problematic for the client to edit
Hey smarta-brett,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-smallarrow-slider {
min-height: 220px;
}
Best regards,
Rikard
Hi Ricard
sorry that did not work – it still moves
I tried adding important and also tried to make it much larger (ie 420px) but it did not apply
.avia-smallarrow-slider {
min-height: 420px !important;
}
Hi,
I added the CSS to the top of your Quick CSS box, it’s working now.
Best regards,
Rikard
fantastic – thank you !!