[Resolved] Add margin for posts/pages archives on mobile devices

Home Forums Support [Resolved] Add margin for posts/pages archives on mobile devices

Home Forums Support Add margin for posts/pages archives on mobile devices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1272673
    Charles

    Hi,

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

    Charles

    #1272724
    Leo
    Staff
    Customer Support

    Hi there,

    Which margin are you referring to?

    #1272727
    Charles

    On the left and right-hand sides.

    Thanks

    #1272732
    Leo
    Staff
    Customer Support

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

    #1272733
    Charles

    Sure, I’ve just done that.

    #1272740
    Leo
    Staff
    Customer Support

    What about something like this?

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

    That’s done it, thanks for the help.

    #1272761
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.