Dawn Theme - Spacing Issue on "Image with Text" for mobile view

Hello,

I am using the Dawn theme. My spacing on the “Image with Text” on our About page looks great on desktop - but not on mobile. Basically I want to add some space between the image and title of each “Image with Text” on MOBILE ONLY.

Here is what it looks like on desktop:

Here is what it looks like on Mobile:

My URL is behind the embroidery – Embroidery and Sage

Thanks so much for your help!

1 Like

Hey @embroiderysage

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
@media screen and (max-width: 767px) {
h2.image-with-text__heading.inline-richtext.h2 {
    padding-top: 25px !important;
}
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

1 Like

thanks! That worked perfectly!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.