Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I have spent over an hour trying to figure out how to remove the 85px padding between rows. I like it most of the time but sometimes I want to customize. For example, on this page: https://www.squarefootcreative.com/rainbow/for-residents/virtual-learning/, I don’t want any space between the rows. How do I do that?
Thanks,
Carolina
Hello,
You can edit padding between rows in ‘Row Settings’ and if you need to customize it further, add these lines into the specific page custom css box(screenshot):
#content {
padding-top: 40px !important;
padding-bottom: 10px !important;
}
Best regards!
Hi, I have added 0px to both the bottom and top padding of each of the rows on this page: https://www.squarefootcreative.com/rainbow/for-residents/virtual-learning/. Yet, the space between the rows didn’t change at all. I also tried your CSS code on this specific page but that only changed the top padding of the first row.
Here is a screenshot with a detailed explanation about this issue: https://www.evernote.com/shard/s554/sh/957d7301-ae18-47f7-a6b7-716b471117ec/f9895a97cdff5f4dfeae2ae7540812c6
Thanks,
Carolina
Hello,
Here is the custom css code for that:
.wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 85px;//change the margin here }
Best regards!
You must be logged in to reply to this topic.