[Resolved] remove right padding on tablet device.

Home Forums Support [Resolved] remove right padding on tablet device.

Home Forums Support remove right padding on tablet device.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2337945
    Jusung

    When you see the blog page on table device,
    you are supposed to see 2 articles on a line.

    When you closely see that, there is no padding on the left but there is padding on the right.
    Is there a way to remove the right padding on tablet device?

    Thank you!

    #2338004
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(max-width: 1024px) and (min-width: 769px) {
        :is(.blog, .archive).separate-containers .site-main {
            margin-right: 0;
        }
    }
    #2338016
    Jusung

    Thank you!!

    It works perfectly!

    #2338203
    David
    Staff
    Customer Support

    Glad to hear that !

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