Site logo

Archived topic

Container Blog margin on mobile is off i cant fix it

3 replies · Started by Abdel on April 27, 2020

Viewing posts 1–4 of 4

it's always 20Px or so to the right

Hi there,

i think your cache plugin is scrambling the CSS - try this CSS to make sure that don't happen:

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

Beautiful. The css code did the magic. thank you.

You're welcome

This archived topic is closed to new replies.