Home>Support>How can I remove margins at top/bottom of columns in mobile view?

How can I remove margins at top/bottom of columns in mobile view?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi. I have a 3-column row with text in each column. When viewed on mobile, I would like this to all appear as one continuous list with no breaks, but currently there appears to be a top and/or bottom margin separating the text from each column. Is there a way to disable this margin spacing?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Mst2168,

    You can remove this spacing with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    .panel-grid-cell {
        margin-bottom: 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More