[Support request] Container Blog margin on mobile is off i cant fix it

Home Forums Support [Support request] Container Blog margin on mobile is off i cant fix it

Home Forums Support Container Blog margin on mobile is off i cant fix it

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1257344
    Abdel

    it’s always 20Px or so to the right

    #1257621
    David
    Staff
    Customer Support

    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;
        }
    }
    #1258079
    Abdel

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

    #1259120
    David
    Staff
    Customer Support

    You’re welcome

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