Hey @bathroomlux
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello @bathroomlux
To reduce the white space (padding) in the Impulse theme header, follow these steps:
Method 1: Adjust Theme Settings
- Go to Shopify Admin > Online Store > Themes.
- Click Customize on the Impulse theme.
- Navigate to Header settings.
- Look for Header padding or Logo spacing options.
- Reduce the padding values.
- Save the changes and check the results.
Method 2: Modify CSS
If the theme settings don’t provide enough control, you can add custom CSS:
- Go to Online Store > Themes > Click Actions > Edit Code.
- Open Assets/theme.css or base.css (depending on the version).
- Add the following CSS at the bottom of the file:
.site-header {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
- If the logo has extra margin, adjust it:
.site-header__logo {
margin: 0 !important;
}
Save the file and check the result.
Would you like me to guide you on reducing spacing for specific elements?
Thank you ![]()
Hi @bathroomlux ,
Please crop this logo image and re-upload it to achieve the perfect header height.
Hi @bathroomlux
I guess your logo is square and contains top and bottom white space, so you have that issue. Please crop the white space to reduce the padding.
Hi moeed, thanks for your message, please find url:https://bathroomlux.com/

