Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #276103

    Hi,
    There is a pretty large amount of white space between the bottom line of the menu and the top of the slider.
    What is the best way to close this gap?

    Thanks!

    #276117

    Hey!

    Try adding this code to the Quick CSS:

    main.template-page.content.twelve.alpha.units {
        padding-top: 0;
    }

    Cheers! 
    Josue

    #276152

    Hey Josue,
    It worked!
    Thanks so much for the quick help!

    #276154

    You are welcome, always glad to help :)

    Regards,
    Josue

    #374361
    This reply has been marked as private.
    #374711

    Hi!

    use this code in Quick CSS to control it:

    .ls-wp-fullwidth-helper {
    top: -50px;
    }
    

    Best regards,
    Andy

    #470313

    Hi,
    I have the same problem; i would like to remove the white space between menu and the SIMPLE slider. I tried the code above, but it didn t work…

    #470317

    by the way: you support guys are doing a great job!

    #470334

    Hey!

    Please add following code to Quick CSS

    #main>.fullsize>.container>.content {
      padding-top: 0;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #470787

    it worked! thx!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove White Space Between Menu and Slider’ is closed to new replies.