Hello,
Can you please show me how the easiest way to center this image on this page. It is only needed on this page only and only on this image. I used a Custom Content box and put the image in that.
Thank you
A user needed to center a single image within a custom content box on one specific page of their store.
Resolution:
div { justify-content: center; }Context:
The discussion is now closed with a working solution provided.
Hello,
Can you please show me how the easiest way to center this image on this page. It is only needed on this page only and only on this image. I used a Custom Content box and put the image in that.
Thank you
HI Everyone… I figured out this issue on my own but thank you to everyone for your suggestions.
Here is how to use the Custom CSS box to center an image in a Custom Content box…
div {
justify-content: center;
}