Remove white space under header - DAWN / REFRESH

Solved

Remove white space under header - DAWN / REFRESH

Kingstone
Excursionist
41 2 6

Hello experts! Trying to remove the white space under my header but cant find where. Can somebody help?

 

Want to remove this white empty space

 

whitespace.png

 

Website: Reflawless.com

Pw: Kingstone1

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1281

This is an accepted solution.

Hello @Kingstone ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1676869249788.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.section-header {
 margin-bottom: 0 !important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3133

Hi @Kingstone 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

.section-header.shopify-section-group-header-group {
    margin-bottom: 0 !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

infoatcodelab7
Shopify Partner
593 141 157

@Kingstone 

For remove white space under header follow below steps :

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.shopify-section-group-header-group.section-header {
	margin-bottom: 0;
}

 Hope this works well for your issue.
Best Regards !

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

GemPages
Shopify Partner
5625 1262 1281

This is an accepted solution.

Hello @Kingstone ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1676869249788.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.section-header {
 margin-bottom: 0 !important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center