Removing padding around revolution slider

Home Forums Jevelin Theme Removing padding around revolution slider

Home Forums Jevelin Theme Removing padding around revolution slider

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • photobernard
    Participant

    Hi,

     

    On my homepage (http://www.bernardpretorius.com) the revolution slider is sitting underneath my header, however there is some unwanted padding in between that I do not want (see screenshot).

    In the page builder all padding is removed from the revolution slider content as well as the section it is sitting in.

    Any advice?

    Thanks

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

    Hi @photobernard,

     

    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

     

    #wrapper > .sh-page-layout-default {
        padding-top: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    photobernard
    Participant

    Amazing! That has worked perfectly! Thank you so much

    photobernard
    Participant

    Actually – is there a way to just remove the padding on my homepage and not on all the pages?

    Solution for this topic

    Yes sure, Just use below CSS code instead of shared above.

     

    .home #wrapper > .sh-page-layout-default {
        padding-top: 0 !important;
    }

    photobernard
    Participant

    Awesome! Thank you so much for your help!

    You are most welcome here 🙂

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