[Support request] Right side padding not working in mobile

Home Forums Support [Support request] Right side padding not working in mobile

Home Forums Support Right side padding not working in mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1176609
    pedro paulo

    Folks,

    The right side padding is not working in mobile mode for main page only.

    #1176654
    Leo
    Staff
    Customer Support

    Hi there,

    Can you do this first?
    https://www.screencast.com/t/O3NDJ5fyH0N

    Let me know 🙂

    #1177185
    pedro paulo

    Hi Leo,

    When I turn off WP Rocket it works, but I would like to keep this plug in. I onw other sites runnig GP + WP Rocket without a problem.

    #1177287
    David
    Staff
    Customer Support

    Hi there,

    add this CSS if you want to remove the lefthand padding:

    @media (max-width: 767px) {
        .generate-columns-container>* {
            padding-left: 0 !important;
        }
    }

    OR add this CSS to put some padding on the righthand side of the container:

    @media (max-width: 767px) {
        .generate-columns-container>* {
            padding-right: 20px !important;
        }
    }
    #1177819
    pedro paulo

    Hi David,

    I tried I tried both options without success. Then, in WP Rocket I unchecked the “minimy CSS file” otions and it seens it got fixed. It´s working fine now.

    Thanks!!

    #1178364
    David
    Staff
    Customer Support

    glad to hear you got it resolved.

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