Is there any way to adjust the height of the header. Im using the Kingdom theme.
I have a "Featured Collection" at the top of my home page but it sits quite well below the top of the page, with a significant gap. Is there any way to minimise this gap?
Password: P@ssw0rd!
Before
What i am aiming for:
Anyone have a fix?
Solved! Go to the solution
This is an accepted solution.
@MerrittWatson
Welcome to Shopify Community.
Kindly Add this code in the bottom of the theme.css or base.css file.
.without-gutter+.with-gutter:not(.has-inner-padding), #page-content .with-gutter:first-child, .has-inner-padding+.with-gutter {
margin-top: 0px !important;
}
Thank you
This is an accepted solution.
.without-gutter+.with-gutter:not(.has-inner-padding), #page-content .with-gutter:first-child, .has-inner-padding+.with-gutter {
margin-top: 0;
}.featured-collection__header.rte {
margin: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Welcome to the Shopify Community! Please share your store URL, so that I can check your issue and will back to you with a proper solution. Have a Good Day!....
This is an accepted solution.
@MerrittWatson
Welcome to Shopify Community.
Kindly Add this code in the bottom of the theme.css or base.css file.
.without-gutter+.with-gutter:not(.has-inner-padding), #page-content .with-gutter:first-child, .has-inner-padding+.with-gutter {
margin-top: 0px !important;
}
Thank you
This is an accepted solution.
.without-gutter+.with-gutter:not(.has-inner-padding), #page-content .with-gutter:first-child, .has-inner-padding+.with-gutter {
margin-top: 0;
}.featured-collection__header.rte {
margin: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
You guys are amazing, thank you!
User | RANK |
---|---|
277 | |
83 | |
54 | |
46 | |
43 |