Site logo

[Resolved] Want to canter all image for mobile devices

Home Forums Support [Resolved] Want to canter all image for mobile devices

Home Forums Support Want to canter all image for mobile devices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1061246
    Sabbir

    Hello,

    I use images in content right side. but I wish all images show in center for all mobile devices. how can I do that?

    Thanks

    check post link below

    #1061270
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1061391
    Sabbir

    updated 1st message

    #1061660
    David
    Staff
    Customer Support

    Hi there,

    you may want to check the responsive options in Thrive first – if there isn’t then try this CSS:

    @media (max-width: 768px) {
        .thrv_wrapper .alignleft, .thrv_wrapper .alignright {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    }
    #1062010
    Sabbir

    Great! It’s working fine

    #1062016
    David
    Staff
    Customer Support

    I just checked that post and the content is being output in a Thrive shortcode, and with that CSS i provided above it resolved the issue (?) you may need to clear browser caches to see the updated version.

    #1062019
    Sabbir

    Sorry. My mistake

    #1062065
    David
    Staff
    Customer Support

    No problems glad to see it resolved.

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