Decrease space at top of page

Home Forums Jevelin Theme Decrease space at top of page

Home Forums Jevelin Theme Decrease space at top of page

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

    Hi there,

    I just need some help decreasing the space at the top of one of my pages. Most of my pages are fine, but this one has all this extra space at the top that I can’t seem to figure out how to remove. I have attached an image showing the space as indicated by the dotted line, and will forward you my URL also. Many thanks.

    Barbara

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

    Hi Barbara,

     

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

     

    You can remove the space from that page 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-9751 .fw-page-builder-content > section.sh-section {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

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