[Resolved] Having Issue in mobile view

Home Forums Support [Resolved] Having Issue in mobile view

Home Forums Support Having Issue in mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1338436
    Ashish

    hello sir, i am using premium gp theme. after setup all is fine, but having issue in mobile view.

    in my site homepage left spcing & looks bad. please see screenshot here – https://ibb.co/1vX8xkZ

    #1338683
    David
    Staff
    Customer Support

    Hi there,

    your cache plugin is messing with the order of the CSS, simple fix is to add this CSS to remove the left padding:

    @media (max-width: 767px) {
        .generate-columns-container>* {
            padding-left: 0 !important;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.