Comments 15against4 started the conversationSeptember 11, 2020 at 4:39pmHi, when a blog post is viewed on mobile, the contents of the sidebar appears at the bottom of the page. How to reduce the padding before it? See screenshot for examples. 2,701PenciDesign repliedSeptember 12, 2020 at 2:33amHi,You can add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ .container.penci_sidebar #main { margin-bottom: 20px; } } Change value 20 to value as you want.Best Regards,PenciDesign 15against4 repliedSeptember 13, 2020 at 4:02pmi tried that, but even when setting to 1px the gap is still quite large... (see screenshot) 2,701PenciDesign repliedSeptember 13, 2020 at 4:28pmHi,I didn't see the code appears on the front-end. Please change it to: @media only screen and (max-width: 960px){ .container.penci_sidebar #main { margin-bottom: 0; } }Save it to I can check it.Best Regards,PenciDesign 15against4 repliedSeptember 14, 2020 at 12:32pmi have added the code, looks the same to me... 2,701PenciDesign repliedSeptember 14, 2020 at 3:07pmHi,Please try add more this code to Customize > Custom CSS to reduce it: @media only screen and (max-width: 960px){ .single .post { margin-bottom: 25px; } } Best Regards,PenciDesign 15against4 repliedSeptember 29, 2020 at 8:12amThat worked - thanks! (Sorry for the delay - i was travelling abroad) Sign in to reply ...
Hi, when a blog post is viewed on mobile, the contents of the sidebar appears at the bottom of the page. How to reduce the padding before it? See screenshot for examples.
Hi,
You can add more this code to Customize > Custom CSS to do that:
Change value 20 to value as you want.
Best Regards,
PenciDesign
i tried that, but even when setting to 1px the gap is still quite large... (see screenshot)
Hi,
I didn't see the code appears on the front-end. Please change it to:
Save it to I can check it.
Best Regards,
PenciDesign
i have added the code, looks the same to me...
Hi,
Please try add more this code to Customize > Custom CSS to reduce it:
Best Regards,
PenciDesign
That worked - thanks! (Sorry for the delay - i was travelling abroad)