Site logo

Archived topic

Having Issue in mobile view

1 reply · Started by Ashish on June 23, 2020

Viewing posts 1–2 of 2

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

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;
    }
}
This archived topic is closed to new replies.