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,
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,
Are you saying you want the text on top of the icons? If not, what do you mean by showing it first?
Thanks!
Try this code:
.image-with-text__grid{
flex-direction: column-reverse;
}
.image-with-text__media-item{
margin: 0 auto;
}
Does this code work?
Where will I paste this? @Zqdo
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?