Large Blank White Space Above Content

Home Forums Jevelin Theme Large Blank White Space Above Content

Home Forums Jevelin Theme Large Blank White Space Above Content

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • [email protected]
    Participant

    Hello. Whenever I create a new page there is a lot of blank space between my header and content. Even when I added a revolution slider the space is still there.

     

    the blog page and tools of the trade page (project page) work fine and is spaced how you would imagine.

     

    Could you please tell me how to nest the content directly under the header?

     

    please see http://grind.pro

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

    Hi Brian,

     

    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

     

    .sh-section-3228a71fb32dd2b41c4d9eaaf08f6810 {
        padding-top: 0;
    }
    
    body.home #wrapper > .sh-page-layout-default {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    Thank you. That made it a little better. Still some white space however. Please advise. Please note I have Header #2 chosen and not getting the same results as your demo.

     

    In my mobile version it has a lot of white space again and appears to squeeze the header and not as large as your demo.

     

     

     

     

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

     

    I don’t see that space on your site as shown in the attached screenshot.

     

    Please test it clearing your browser cache.

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

    [email protected]
    Participant

    I installed your demo content and there was no white space upon istallation.

     

    Any page i create will add the white space. Please see the glossary page for example.

     

     

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

    It is padding applied to Section layout element that you can remove customise to however you want as shown in the attached screenshot.

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

    siminator
    Participant

    Hi!

     
    <p style=”text-align: left;”>I have the same problem with blank white space. I tried to use that CSS code but it doesn’t work. I also don’t find padding options.</p>
     

    Thank you!

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