Spaces in between rows
Afternoon
I’m hoping you will be able to help – I’m experiencing massive spaces in between rows on my website. I have tried altering the px and padding but not joy – can you help? It is exceptionally noticeable on mobile view as well
Thanks
www.optiroll.co.uk
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi L1991m,
From what I can see – the vast majority of the extra is from CSS padding you’ve added. Do you not want to have said padding visible on mobile devices? If so, the following CSS should help with that. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
@media (max-width: 767px){ .panel-row-style { padding: 0 !important; } }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.