Archived topic
Want to canter all image for mobile devices
7 replies · Started by Sabbir on November 12, 2019
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
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 :)
updated 1st message
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;
}
}
Great! It's working fine
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.
Sorry. My mistake
No problems glad to see it resolved.