This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Spaces in between rows

9 years ago · Last reply by Alex S 9 years ago

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

1
  1. Alex S Staff 9 years, 11 months ago

    Hi 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.

Have a different question or issue?

Start New Thread