Shopify themes, liquid, logos, and UX
Hello,
I'm having issues with my site header after adding padding to the top and bottom header. Firstly, the header elements don't line up perfectly with the site body (as seen in picture one) and secondly, there is a gap between the bottom header and its drop down menus which I would like to close (as seen in picture two). I thought maybe someone has an idea about how to solve it 🙂
I appreciate any help, thanks in advance!
My store: gryningens (Local Theme)
Solved! Go to the solution
This is an accepted solution.
Hello @Ivnvu
It's GemPages support team and glad to support you today. You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
@media screen and (max-width: 1920px){
.site-nav.style--classic nav>ul {
margin-inline-start: -1.25rem;
-webkit-margin-start: -1.25rem;
}
}
.header-container .header-actions>.button[aria-controls="site-cart-sidebar"]{
margin-right: 0;
}
.site-nav.style--classic .submenu{
margin-top: -13px;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @Ivnvu
It's GemPages support team and glad to support you today. You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
@media screen and (max-width: 1920px){
.site-nav.style--classic nav>ul {
margin-inline-start: -1.25rem;
-webkit-margin-start: -1.25rem;
}
}
.header-container .header-actions>.button[aria-controls="site-cart-sidebar"]{
margin-right: 0;
}
.site-nav.style--classic .submenu{
margin-top: -13px;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Many thanks!
I am glad that my recommendation is helpful to you 😁.
User | RANK |
---|---|
141 | |
100 | |
79 | |
69 | |
65 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore 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, 2023