• Hi,

    My site has an awful lot of white space between the header image and the text. The home page is fine but the other pages have way too much space. Space is found below the header image and right above the footer.

    Blue Sky Therapy

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Go to Appearance > Customize > General > enter 0 in the fields that say “Page wrapper – top padding” and “Page wrapper – bottom padding”.

    You would need to clear your web browser’s cache before reloading your site.

    Regards,
    Kharis

    Thread Starter jsosa787

    (@jsosa787)

    Hi,

    I’ve gone ahead and changed the padding and page wrapper to 0 but still see some unnecessary space. I’ve also cleared my cache.

    Any other tips?

    Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .page .content-area .hentry{
      padding-bottom: 0;
    }
    
    .page .entry-header{
      margin-bottom: 0;
    }
    
    .page .entry-footer{
      margin-top: 0;
    }

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘White Space’ is closed to new replies.