removing the padding around slider revolution

Home Forums Jevelin Theme removing the padding around slider revolution

Home Forums Jevelin Theme removing the padding around slider revolution

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Lexar13
    Participant

    Hi Guys, This should be my last question. i am trying to remove the padding above and below slider revolution. I have already tried to remove any padding px I can find and I have done the fullscreen option in slider rev, and selected no header. Not sure how to take the white area away.

    https://motobailey.com/landing

    Attachments:
    You must be logged in to view attached files.

    Hi @Lexar13,

     

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

     

    You can remove it 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

     

    #content .sh-section-77963af22048ea19bf8e341db5baa037 {
        padding: 0;
    }

     

    Best regards,
    Shufflehound team

    Lexar13
    Participant

    Still doing the same thing. Any other Ideas?

    Solution for this topic

    It seems section id is changed on your site therefore the above shared code is not working.

     

    Please try using below CSS code instead.

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

    Lexar13
    Participant

    Hey, It worked!! thank you so much, you are a life saver.

    You are most welcome here 🙂

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