Text Before Image On Mobile View (Publisher Theme)

Text Before Image On Mobile View (Publisher Theme)

MiaPascua
Tourist
23 0 2

Hi, I would like to have the text shown first before the image in mobile view.


Here's the link:

https://everlyadorned.com/products/evermorewards

The text that says unlock more as an evermore rewards should come first then the icons.

Please help,

Replies 5 (5)

Zqdo
Shopify Partner
803 32 64

Are you saying you want the text on top of the icons? If not, what do you mean by showing it first?

 

Thanks!

banned
MiaPascua
Tourist
23 0 2

That's correct.

Here's an example of how I want it look.

MiaPascua_0-1685586628750.png

 

Zqdo
Shopify Partner
803 32 64

Try this code:

 

.image-with-text__grid{
flex-direction: column-reverse;
}

.image-with-text__media-item{
margin: 0 auto;
}

 

 

Does this code work?

banned
MiaPascua
Tourist
23 0 2

Where will I paste this? @Zqdo 

Zqdo
Shopify Partner
803 32 64

Sorry, I should have told you where. My mistake.

 

Go to your customizer, and click on the section that has this banner you are trying to edit. From there, where it says Custom CSS, paste this in.

 

Does it work?

banned