Removing pedding/margin image with text

Topic summary

A user seeks help removing unwanted margins/padding from an ‘image with text’ block in the Dawn theme. Screenshots show purple-highlighted margins that persist despite initial attempts to reduce them.

Solutions Provided:

Solution 1 (Made4uo-Ribe):

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Open the Assets folder and locate base.css, style.css, or theme.css
  • Add CSS code at the bottom: .page-width { padding: 0; }
  • Save changes

Solution 2 (PageFly-Noah):

  • Go to Online Stores → Themes → Edit code
  • Select theme.liquid file
  • Add markup code above the </body> tag

The user expressed gratitude to both contributors, suggesting one or both solutions resolved the issue. The thread appears resolved with the user thanking the helpers.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hi!

I need to remove the margins at a ‘image with text’ block:

Theme: dawn

Would really appreciate the help!!

Thank you!

This is a screenshot of the margins (in purple) that I would like to get removed!

1 Like

Thank you. makes it smaller but not gone yet!

HI @Vlavlip

i cant find this image with text section in your store. Would you mind to share the preview? Thanks!

Apologies:

https://kgj7tz5jvxe1x4xg-77321240909.shopifypreview.com

1 Like

No worries, it okay. check this one out.

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:

.page-width {
    padding: 0;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

This is Noah from PageFly - Shopify Page Builder App

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

1 Like

Thank you very much!

Thank you very much

1 Like

@Vlavlip Thank you, Have a nice day !