There is a huge space gap between my header image and the first line of text on this page: The Creative Sandbox – Barb Toland Art
How do I get rid of it? (I’m using the Minimal theme)
Thank you.
There is a huge space gap between my header image and the first line of text on this page: The Creative Sandbox – Barb Toland Art
How do I get rid of it? (I’m using the Minimal theme)
Thank you.
And, have you tried the code you suggested yourself?
Hi, @Barb_Toland
Can you take a screenshot to describe your requirements? So that I can check it.
Hi @Barb_Toland,
1. Go to Online Store → Theme → Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
header.site-header {
padding-bottom: 0px !important;
}
Works perfectly, thank you so much!!!