Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1126830

    Hi,
    I have a white space under my slider that I need to get rid of but can’t figure out how to do so. Can you help me with this? Below is a link to the page that I am testing a new slider on. Thank you so much.
    Susan

    #1126875

    Hey thecszone,

    Add this to quick css:

    #layer_slider_1{
    min-height:none!important;
    }

    Best regards,
    Jordan Shannon

    #1126966

    Thanks, Jordan. I added it to the CSS but it didn’t change anything. The white space is still there,

    #1126968

    Hi,

    Did you add the code to very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1127008

    It is at the top of the css and I cleared the browser and tried it on multiple browsers and mobile devices as well. Still have a space. I also removed all my custom css and had only this code to be sure none of my modifications were changing it and it still has the white space.

    #1127148

    Hi,

    Thanks for the update, please try this instead:

    #layer_slider_1 {
        min-height: 0 !important;
    }

    Best regards,
    Rikard

    #1127297

    That worked! Thank you so much, RIkard!!

    #1127299

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘White Space’ is closed to new replies.