Site logo

Archived topic

Add margin for posts/pages archives on mobile devices

7 replies · Started by Charles on May 6, 2020

Viewing posts 1–8 of 8

Hi,

Is it possible to increase the margin on mobile devices for post/pages archives?

Charles

Hi there,

Which margin are you referring to?

On the left and right-hand sides.

Thanks

Can you disable the siteground optimizer so I can take a closer look at the code?

Sure, I've just done that.

What about something like this?

@media (max-width: 768px) {
    .site-content .site-main {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
}

That's done it, thanks for the help.

No problem :)

This archived topic is closed to new replies.