How can I reverse the image text layout in the Dawn theme?

Hello there,

I’m using the Dawn theme and would like to be able to reverse the position from the Image with Text.

Thanks in advance!

@Wallitron

.image-with-text__grid.color-background-1.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    display: flex;
    flex-direction: row-reverse;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Hi @Wallitron ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-image-with-text.css->paste below code at the bottom of the file:

.image-with-text__grid {
    flex-direction: row-reverse !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Hey there! Thanks for the reply, I did add the code but I still do not see the option to change order.

Hi @Wallitron ,

I tried the code on my Dawn theme demo and it works fine.
Can you send the site link and password if any, so we can check it for you?

Hi @PageFly-Richard ,

oh that’s strange. Sure thing, thanks for your time.

Link: https://wallitron.com/products/freeway-wallet%E2%84%A2-smart-air-tag-wallet-88219

PW: shayba

Hi @Wallitron ,

I checked. Looks like it worked with my code already.
When I disable my code it shows default:

And this is when using my code:

Not sure if what you mean?

Best regards,

Richard | PageFly

Hi @PageFly-Richard ,

I’m sorry that was my fault, I was looking for an option to change it in the menu, so I can have the option to choose in which format I want it.

Hi @Wallitron ,

This part is custom work.
You may try contacting Shopify support or finding another expert regarding this issue.

Best regards,

Richard | PageFly