How do I Center one image in a custom content box on one page?

Solved

How do I Center one image in a custom content box on one page?

Everlights1
Tourist
5 1 0

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

 

Screenshot 2024-01-17 at 4.18.04 PM.png

Accepted Solution (1)

Everlights1
Tourist
5 1 0

This is an accepted solution.

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;
}

View solution in original post

Reply 1 (1)

Everlights1
Tourist
5 1 0

This is an accepted solution.

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;
}