How to move image over to the right side Dawn theme

So currently I’m using the image with text block but I removed the text and kept the image since I don’t know how to upload an image without text. But the Image is currently on the left side of the website and I want it to be on the right which code can I use for that? And this is for Dawn theme by the way.

@rvernon23

Can you share the store URL and if it is password prtocted then please share that also with the URL.

Hi @rvernon23 ,

Can you share your store URL and also provide a password?

@rvernon23

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

FlameCore Humidifier™ – 2 Flame Humidifier (2-flame-humidifier.myshopify.com)

The Image that I want to be moved to the right side on my site I posted it below.

1 Like

@rvernon23

thanks but your store password protect

Sorry had to find the password it’s bigmoney223

Hello,

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css

.section-template--15756831752443__1653955366bd1cbbe2-padding .image-with-text__grid { flex-direction: row-reverse; }

@rvernon23

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-image-with-text.css ->paste below code at the bottom of the file.
.image-with-text:not(.collapse-corners,.image-with-text--overlap) .image-with-text__media-item {order: 2;}
1 Like

Alright it works thanks.

Do you know how to make the size of this image smaller?

So it can match the rest of my store text and icon size