Shopify themes, liquid, logos, and UX
Hi I want to get rid of the space on the bottom of the navigation menu between that and the banner.
Preview link: https://sdu4ldfqt2kkudnw-24249035.shopifypreview.com
@shellbell add below css into base.css file
@media (min-width:769px)
{
div#StickyHeaderWrap {
height: 0px !important;
}
.site-header {
padding: 0px !important;
}
}
If I do that it clips my banner though and I don't want that to happen
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > custom.css and paste this at the bottom of the file:
header#SiteHeader {
padding: 0;
}
div#StickyHeaderWrap {
height: auto!important;
}
Hi @shellbell ,
I understand that you want to get rid of the space on the bottom of the navigation menu between that and the banner.
The cause of the white space on that area are the larger height in the head sticky wrapper. I take out the extra height.
@media only screen and (min-width: 1024px){
div#HeaderWrapper {
height: 248px;
}
header#SiteHeader {
padding-bottom: 0px;
}
}
I hope it help.
User | RANK |
---|---|
182 | |
150 | |
80 | |
72 | |
61 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023