I’m working on this site: https://gelt-glow.myshopify.com/
This is the password: tughao
I’m trying to decrease the padding around a block of text. I’m using the “Image with Text” section in the Dawn theme. This is what I want to get rid of. How do I do that?
1 Like
Hi @jasminsharp97
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.image-with-text .grid__item .image-with-text__content {
padding: 6rem .5rem;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!