Okay
  Public Ticket #1036090
Space under Slider Revolution
Closed

Comments

  •  2
    Michael started the conversation

    Hi,

    In my website it appears a white space under the Slider Revolution (Fullscreen).
    How can I hide this?

    Thank you!

  •  2,723
    Andrew replied

    Hi Michael,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    div#fws_5888e2cb0a686 {
        margin-bottom: 0px!Important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  •  2
    Michael replied

    Hi

    Thank you very much for your feedback! Unfortunately it doesnt work :-/

  •  2,723
    Andrew replied

    Hi MIchael,

    Thanks for your reply and my apologies for the previous CSS Code.

    May I ask you to remove the previously provided Custom CSS Code and add the following below:

    /*Removes The Space Between The Slider And First Row Element*/
    .home .wpb_row:nth-child(1){
      margin-bottom: auto !important;
    }
     

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard

    Please let me know if there are any more questions that I can answer for you.  

    Cheers!