[Resolved] Content does not surround image correctly on MOBILE ONLY

Home Forums Support [Resolved] Content does not surround image correctly on MOBILE ONLY

Home Forums Support Content does not surround image correctly on MOBILE ONLY

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2572971
    metcomllc@aol.com

    The Content, at the top of this page, does not surround image correctly on MOBILE ONLY https://newyorkweightlosshypnosisnyc.com Please assist me.

    #2573264
    Leo
    Staff
    Customer Support

    Hi there,

    There simply isn’t enough room for the text and image to stay inline on mobile.

    Give this CSS a shot:

    @media (max-width: 768px) {
        .inside-article .wp-block-image .alignleft {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
    }

    Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

    #2573289
    metcomllc@aol.com

    That worked. Thank you!

    #2573304
    Leo
    Staff
    Customer Support

    No problem 🙂

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