Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1233337

    Hi there,
    on my webpage: http://www.personaltraining-eckert.de I have a revolution slider with a blue background and white text saying: Entscheide dich noch heute…
    But i want the whole slider to be smaller in height. Right now it has got a huge white space below it, which I can’t get rid off.
    What can I do?

    Best regards,
    Sebastian

    #1233356

    Hey Misantaller,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #revolutionslider_2 {
        min-height: auto !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1233923

    Hi,
    Thank you very much, that worked perfectly fine with my slider 2, now i’ve got the same issue with the slider 6 (just a few pictures above the contact form) and I can’t fix it with this approch.
    Can you help me again?
    Best regards

    #1234465

    Hi,

    Thanks for the update. Please try this CSS instead:

    #revolutionslider_2, #revolutionslider_3 {
        min-height: auto !important;
    }

    Best regards,
    Rikard

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