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.
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?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
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
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; }
yes, please try this code
- Go to Online Store->Theme->Edit code
- 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