Slider Revolution on new page has padding above

Home Forums Jevelin Theme Slider Revolution on new page has padding above

Home Forums Jevelin Theme Slider Revolution on new page has padding above

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • supporttester
    Participant

    Hi there,

     

    I created a new page and added a slider with an image on it.

    However the slider has padding above it between it and the header.

     

    I want to remove this.

    I tried the following in the custom code but it did not work.

    Thanks:

     

    #wrapper > .sh-page-layout-default {

    padding: 0px 0px;
    }

    Hi @supporttester,

     

    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

     

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

     

    Best regards,
    Shufflehound team

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