Builder adding a margin when on mobile
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
2This is a private message.
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.