• Resolved lormei

    (@lormei)


    How do I remove the empty white space between the bottom of my background image on my static home page and the page footer? Ideally, I would like no white space at all. Please help! Thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hi Lorraine,

    this one is also hard to comment on without actually seeing the live code – please let me know when the website in question is available online. Thanks!

    Thread Starter lormei

    (@lormei)

    Hello again. I have given you temporary access. Please see your satari studio email account. Thanks very much.

    Theme Author satoristudio

    (@satoristudio)

    Please try adding this custom code to “Additional CSS” tab of the “Appearance – Customize” admin section:

    .home .site-content { padding-bottom: 0 !important; }

    Thread Starter lormei

    (@lormei)

    Hello. Thanks very much for the code. I’ve just added it to the additional css tab and the space is now smaller but there’s still a space. Ideally I would like no space between the bottom of the image and the top of the footer. Is this possible? Thanks very much.

    Theme Author satoristudio

    (@satoristudio)

    Try this instead of the previous code:

    .home .site-content { padding-bottom: 0 !important; padding-top: 0 !important; }

    Thread Starter lormei

    (@lormei)

    Perfect! Thanks so much ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove space between background image on static home page and page footer’ is closed to new replies.