Hi
Please reduce the following margin:
Topic summary
A user seeks to reduce the margin/spacing between two blocks on their contact page in the Prestige Shopify theme.
Solution Provided:
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Locate the CSS file (base.css, style.css, or theme.css) in the Assets folder
- Add the following CSS code at the bottom of the file:
.color-scheme.section-spacing.color-scheme--scheme-1.color-scheme--bg-945f22e2920ba8346f6dc0fb43a376d {
padding-bottom: 10px;
}
- Save the changes
The responder requests feedback by asking the original poster to mark the solution as helpful if it resolves the issue.
1 Like
Hi @admintb
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:
.section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 {
padding-bottom: 10px;
}
- And Save.
- result:
Please, dont forget to hit Like. Thanks!

