Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2352923
very large empty space above footer
Closed

Comments

  • oneforisrael started the conversation

    Hi again!

    In Mobile I have a very large empty space above footer. see image.

    How can I get rid of it please?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 960px){
        .single .post{ margin-bottom: 0; }
        .container.penci_sidebar #main{ margin-bottom: 20px; }
    }
    

    Best Regards,

    PenciDesign

  • oneforisrael replied

    Not working :( 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.home article.page.type-page{ margin-bottom: 0; }

    Also, you have a section above the footer on the desktop and hide it on mobile, but this section has space from itself to make it get more space. Let's change your setting for that section to reduce that white space.


    Best Regards,

    PenciDesign

  • oneforisrael replied

    Unfortunately still the same :(

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS and try it again:

    @media only screen and (max-width: 767px){
    body.home .penci-home-popular-posts{ margin-bottom: 0; }
    }

    Best Regards,

    PenciDesign