Main Issue:
Users are seeking to reduce excessive white space on various pages in their Shopify stores, primarily using the Spotlight and Brooklyn themes.
Original Problem (Spotlight Theme):
Large white space appears under the “Contact Us” page title
Initial solution provided: Add CSS code targeting div#WebPixelsManagerSandboxContainer with display: contents !important; to the theme’s CSS file
User reported intermittent functionality, but the thread doesn’t show final resolution for this specific case
Related Issues Resolved:
Mobile Header Spacing (deezaorganics):
Excessive space between logo and page heading on mobile
Solution: Apply display: flex to .header-wrapper class to center-align elements
User confirmed it worked but noted concerns about heading proximity
Brooklyn Theme Spacing (ChevalDore):
Multiple instances of unwanted spacing on About Us and other pages
Solutions provided through targeted CSS adjustments:
Setting margin-bottom: 0px and margin-top: 0px on specific grid elements
Code added to base.css, style.css, theme.css, or theme.scss.css files
User confirmed successful implementation across multiple pages
Status: Most issues resolved with custom CSS solutions. Original poster’s intermittent problem remains unclear.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
Hey folks! I’m looking to remove some white space in my Spotlight Theme. Right now the page “contact us” has a large amount of white space under the Title. I would love to remove some of it so that it’s not so big. Can anyone tell me where/ how to do that? I’ve tried to find the spot in the page.contact.json but haven’t had luck
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:
Thanks a lot! it worked! im trying out both options.. The flex option had the heading too close to the header so i want to try the other one and get customers to try it out. I’ll also reduce the font of the text.
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: