Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #458408

    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

    #458789

    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

    #458819

    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

    • This reply was modified 8 years, 9 months ago by daverogers.
    #459791

    Hi!

    Try with this code instead:

    #history .avia-content-slider-inner {
        height: 200px !important;
    }

    Best regards,
    Josue

    #459957

    Thank you Josue,
    Thats perfect! All working now.

    Dave

    #459978

    You are welcome Dave, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.