Archived topic
How to center a picture
5 replies · Started by Max on March 11, 2022
Hi how can i allign a picture left on desktop but center it on mobile? Cause if i change it on mobile to center it also center on desk
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)d
Check the field
Give this CSS a shot:
@media (max-width: 768px) {
.gb-container-b29095f1 .wp-block-image {
text-align: center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Make sure to clear your caching plugins.
Big thanks!
No problem :)