BeeLeaf Posted May 27, 2020 Posted May 27, 2020 Hello! I am trying to remove extra space from my custom testimonial index section. As you can see in the image there is a lot of space above and below, is there custom code I can place to fix this? the slug for the page is testimonials-1
tuanphan Posted May 27, 2020 Posted May 27, 2020 Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
BeeLeaf Posted June 1, 2020 Author Posted June 1, 2020 Yes of course @tuanphan https://beeleafcreative.com/
tuanphan Posted June 10, 2020 Posted June 10, 2020 On 6/2/2020 at 4:13 AM, BeeLeaf said: Yes of course @tuanphan https://beeleafcreative.com/ Add to Home > Design > Custom CSS div#testimonials-1 .page-content { padding-top: 5px; padding-bottom: 5px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Diranne Posted June 22, 2020 Posted June 22, 2020 Hi @tuanphan can you tell me how I remove the padding from my home page? Seem to have picked up lots of padding in the index? https://www.harvest.technology/ Thank you!
tuanphan Posted June 22, 2020 Posted June 22, 2020 4 hours ago, Diranne said: Hi @tuanphan can you tell me how I remove the padding from my home page? Seem to have picked up lots of padding in the index? https://www.harvest.technology/ Thank you! Add to Home > Design > Custom CSS .homepage .Index-page-content { padding-top: 5px; padding-bottom: 5px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Diranne Posted June 23, 2020 Posted June 23, 2020 Hmmm.... doesn't seem to work! How would I remove / reduce padding for the whole site? Thank you for helping!!!
tuanphan Posted June 23, 2020 Posted June 23, 2020 2 hours ago, Diranne said: Hmmm.... doesn't seem to work! How would I remove / reduce padding for the whole site? Thank you for helping!!! Try this CSS .Index-page-content { padding-top: 5px !important; padding-bottom: 5px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.