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.

Mobile padding

10 years ago · Last reply by krislinus 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 10 years, 10 days ago

    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. krislinus 10 years, 10 days ago

    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.

Have a different question or issue?

Start New Thread