How to remove the white space above slider

Home Forums Jevelin Theme How to remove the white space above slider

Home Forums Jevelin Theme How to remove the white space above slider

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • sunline25
    Participant

    Need immediate help on the site: http://www.wonderland-edu.com,

     

    wants to remove the white space between header and the slider on home page.

     

    Thanks!

    sunline25
    Participant

    Please help!

    Hi @sunline25,

     

    I hope you are well today and thank you for your question.

     

    You can remove that space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-section-22112af5d185c121aea73a2abd01d041 {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    sunline25
    Participant

    Thanks Shufflehound! I tried that, but it didn’t work out as this .sh-section-**** seems to be dynamically developed and every load realtime the codes read differently. It is weird because I did that before and it worked out well. Not this time… sad…

    sunline25
    Participant

    The same white space actually stays on all pages. Please tell me where to apply my css codes to change it. Thanks!

    Solution for this topic

    Please try using the below custom CSS code instead of above shared.

     

    #content > .fw-page-builder-content > section.sh-section {
        padding-top: 0;
    }

    sunline25
    Participant

    That worked like a magic!

     

    Thank you thank you thank you!

     

    You saved my day!

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)