Delete white space on top of page

Home Forums Jevelin Theme Delete white space on top of page

Home Forums Jevelin Theme Delete white space on top of page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • equwin
    Participant

    Dear Support team,

     

    as shown on the attached screenshot I have a white space on some pages (not all) that I would like to delete. How can I do that?

     

    Looking forward to your answer and best regards,

     

    Alissa

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

    Hi @equwin,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to delete it?

     

    Best regards,
    Shufflehound team

    equwin
    Participant

    Hi Support Service,

     

    the page is: https://equwin.com/philosophie/, there are more subpages where you can see the white space as well.

     

    Thank you for your help,

     

    Alissa

    When I visit your shared URL then I just get blank page.

     

    Please advise.

    equwin
    Participant

    Hi Support team, there was a problem with the page, now equwin.com

    should be working again. Can you please check it and give advice on how to reduce the white space on top of pages such as the site Philosophie?

     

    Thank you for your help and kind regards,

    Alissa

    You can remove the space by adding any of 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

     

    .fw-page-builder-content > .sh-section:first-child {
        padding-top: 0;
    }
    #wrapper > .content-container.sh-page-layout-default {
        padding-top: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)