Hi on my website I have a colour section with a picture as the background.
Within this I have a special header and a content slider.
Because the content of each slide is different lengths the whole colour section is changing height as the side of the content in the slider changes.
I have tried setting the colour section to a specific height but then the content within of this just moves up and down.
Please can you help me make it so nothing is moving up and down.
Thanks!
Dave
Hi daverogers!
Hmm, I think if you set the color section to use a pixel height then it should be working.
Add this to your custom CSS.
#history, .av-section-color-overlay-wrap { min-height: 500px !important; }
Regards,
Elliott
Hi Elliott,
I tried that set the height to 500px and then used the code you gave me and the text still moved around (up and down) within the box.
Do you see what I mean?
Thanks
Dave
Hi!
Try with this code instead:
#history .avia-content-slider-inner {
height: 200px !important;
}
Best regards,
Josue
Thank you Josue,
Thats perfect! All working now.
Dave
You are welcome Dave, glad to help :)
Regards,
Josue