Dawn Theme: image to text Image - minimize the space between the image to text

Hi, I’m using the Dawn 2.0 theme.

https://wortheattt.myshopify.com/

this is my section 14625265319989__16459638514e39b28f

I have an “image with text” section in the top of my home page.

How can I minimize the space in the mobile version:

  1. between the upper part above the image

  2. Between the image to the text below it?

Ben1000_0-1647729212382.png

Thanks!

Hi @Ben1000 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-image-with-text.css->paste below code at the bottom of the file:
.image-with-text__content{
  padding-top: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Hi @AvadaCommerce

Thank you for the solution, but it makes it valid to all the image with text sections,

I want it only to one section, which is in the top of my home page. (14625265319989__16459638514e39b28f)

Hi @AvadaCommerce ,

In addition, this code should be valid only for mobile and not the desktop platform