I have tried several solutions that worked for others but they have not worked for me. I am using crave and need to reduce the padding between the logo and the navigation menu.
I appreciate any suggestions.
Hi @Vonplicity ,
Could you please share URL and password if it enabled? So that we can help you.
Thank you.
Hello @Vonplicity ,
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hi @Vonplicity
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
06Vonplicity01
Hi @Vonplicity
We see that the reason for your problem is that your logo image has a lot of extra white space. In addition to editing the logo, we can help you reduce the padding to a minimum with the following steps:
}
.header__heading-link {
padding: 0 0.75rem;
}
.header:not(.header--middle-left, .header--middle-center)
.header__inline-menu {
margin-top: 0;
}
We hope that it will work for you.
Hi @Vonplicity
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.header--top-center .header__heading-link {
padding-bottom: 0 !important;
}
nav.header__inline-menu {
margin-top: 0 !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hello @Vonplicity ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team