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:
-
between the upper part above the image
-
Between the image to the text below it?

Thanks!
Hi @Ben1000 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- 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