Hi everyone!
I'm trying to find a way to reduce the area of white space highlighted in red in the image below. Can anyone shed some light on this please? :)
Thanks for your time!
Hey, Sunil!
Savannah here from the Shopify Guru Team. :)
You should be able to add this piece of code to the end of your theme.scss (located in the Assets folder of your theme's HTML/CSS):
.site-nav {
margin: 5px 0 20px;
}
@media only screen and (min-width: 750px) {
.site-header.logo--center {
padding-top: 10px;
}
}
You can play around with the px in order to reduce or increase the padding.
Let me know if you have any trouble doing that!
Savannah | Shopify Guru
support@shopify.com
Subject | Author | Latest Post |
---|---|---|
Subject | Author | Posted |
---|---|---|
27m ago | ||
29m ago | ||
41m ago | ||
55m ago | ||
56m ago |