Text Before Image on Mobile View Publisher Theme

URL:
https://everlyadorned.com/

This section looks fine on desktop view but in mobile view, I would like to have the text first before the image. Please help!

Hi @MiaPascua you can do that by add this CSS code at the bottom of your base.css file in store admin > Sale channels > Online store > Themes > Edit code > Assets

@media only screen and (max-width: 749px) {
#shopify-section-template--18824298004789__2c96d729-099f-41a9-814d-64b8ab4bfd51 .grid--gapless.grid {
flex-direction: column-reverse;
}
}

Here is result

Thank you so much! It worked perfectly!

1 Like

Happy I could help