How do I get rid of the white space here?

Solved

How do I get rid of the white space here?

Simon159
Explorer
135 0 26

Hello, above my header section i have this weird white space and would like to get it removed. I showed it in the screenshot I attached, thank you!

https://charmente.com/products/charmente-flared-work-yoga-pants

Screenshot 2025-02-23 at 1.51.16 PM.png

Accepted Solution (1)

Taknify
Shopify Partner
274 19 29

This is an accepted solution.

Hello,
Please head over to Themes > Edit code. 
There search for base.css file. 
Search for "base.css" file and once you are on that file -> Search for .section_header code. 
You should see something like:

 

.section-header {
 top: 38px !important;  
}


Decrease the px value from 38px to 5 px ( or less) or completely remove it to remove the white space you have. 

Dm me if you need help doing this for you. Hope this helps. 

Need to tweak your store for Black Friday? Simply, send me a message.

View solution in original post

Replies 2 (2)

Taknify
Shopify Partner
274 19 29

This is an accepted solution.

Hello,
Please head over to Themes > Edit code. 
There search for base.css file. 
Search for "base.css" file and once you are on that file -> Search for .section_header code. 
You should see something like:

 

.section-header {
 top: 38px !important;  
}


Decrease the px value from 38px to 5 px ( or less) or completely remove it to remove the white space you have. 

Dm me if you need help doing this for you. Hope this helps. 

Need to tweak your store for Black Friday? Simply, send me a message.
Simon159
Explorer
135 0 26

did not work