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 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 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.