Comments oneforisrael started the conversationApril 7, 2020 at 11:43amHi again!In Mobile I have a very large empty space above footer. see image.How can I get rid of it please?Thanks 2,700PenciDesign repliedApril 7, 2020 at 1:21pmHi,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,PenciDesignoneforisrael repliedApril 7, 2020 at 1:46pmNot working :( 2,700PenciDesign repliedApril 7, 2020 at 3:07pmHi,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,PenciDesignoneforisrael repliedApril 12, 2020 at 8:34amUnfortunately still the same :( 2,700PenciDesign repliedApril 12, 2020 at 4:02pmHi,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 Sign in to reply ...
Hi again!
In Mobile I have a very large empty space above footer. see image.
How can I get rid of it please?
Thanks
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Not working :(
Hi,
Please try add more this code to Customize > Custom CSS to do that:
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
Unfortunately still the same :(
Hi,
Please try add more this code to Customize > Custom CSS and try it again:
Best Regards,
PenciDesign