[Resolved] Left-Aligned Images In Mobile

Home Forums Support [Resolved] Left-Aligned Images In Mobile

Home Forums Support Left-Aligned Images In Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1428654
    Simon

    Hi,

    Is there any way of centralising images on mobile site-wide when they’re left-aligned on desktop?

    screenshot

    #1428875
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (max-width: 768px) {
        .wp-block-image .alignleft,
        .wp-block-image .alignright {
            float: none;
            margin: 0 auto 1em auto;
        }
    }
    #1429957
    Simon

    Worked like a charm, thank you!

    #1430348
    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.