Remove white space under header - DAWN / REFRESH

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

1 Like

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

@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 !

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

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

2 Likes