[Resolved] Single Post Padding only in Mobile

Home Forums Support [Resolved] Single Post Padding only in Mobile

Home Forums Support Single Post Padding only in Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1033200
    Sanjay

    I want to change my Single post Padding only in mobile.

    #1033239
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .single.separate-containers .inside-article {
            padding: 20px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1033242
    Sanjay

    Thanks, It is working.

    #1033545
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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