Strange Padding Above body text

Home Forums Jevelin Theme Strange Padding Above body text

Home Forums Jevelin Theme Strange Padding Above body text

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

    http://165.227.220.174/test-state-page/

    Above the title of the article, there is an element that has a top padding of 100px.

    .sh-section-4be8e7967465ef8396ff452fbc488698 {
    padding: 100px 0px 100px 0px;
    }

    I’ve removed this in yellowpencil editor, but is still present when loading the page.

    Solution for this topic

    Hi @staterequirement,

     

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

     

    Please edit that page and remove it by editing the section element of page builder as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

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

    staterequirement
    Participant

    I do not have “section” at the top of the page.

    Adding one and reducing the padding does not change anything.

    Solution for this topic

    If there isn’t any on that page then you can remove padding 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-22 #content .fw-page-builder-content .sh-section {
        padding-top: 0;
    }

    staterequirement
    Participant

    Thank you for the fix!

    You are most welcome here 🙂

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