Home>Support>Mobile padding

Mobile padding

I haven’t been able to reduce the mobile padding http://lillemyr.dk on all pages except the Home Page.

The issue might be related to the fact that I used the Layout Builder widget on these sites to get the content to align properly, since I had no success setting the body content to i.e. 960px.

I’m using the Moesia theme with “Front Page template” (full width with no frames). Website looks ok on Desktop but the body text is too slim on mobile because of the padding.

Help please? :-)

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

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

    Hi Krislinus

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media only screen and (max-width: 600px){
        .so-panel.widget {
            padding-top: 40px;
            padding-bottom: 40px;
            padding: 10px !important;
        }
    }
    

    Adjust the padding pixel amount to the amount desired.

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 7 months ago krislinus

    Thank you, Alex!

    That solved it for me.

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