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.

Builder adding a margin when on mobile

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

Hi! I have a problem with SiteOrigin. The thing is, when I’m viewing my website from the desktop, it looks fine. But, when I switch to mobile, I get a new margin and I can move the screen to the right. For the life of me, I can not figure out how to make it right. Any help would be highly appreciated!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Atila Irmeš Private 9 years, 2 months ago

    This is a private message.

  2. Alex S Staff 9 years, 2 months ago

    Hi Atila,

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

    @media (max-width: 520px){
    	.sow-features-list {
    		margin: 0;
    	}
    }

    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