Shopify themes, liquid, logos, and UX
URL: https://efpqlt6kjr4cbg3d-17240367.shopifypreview.com
Password: testcode123
I have made my headers fixed when you are not on the homepage but the headers seem to be overlapping the product page, how do I make it not do that?
@media only screen and (min-width: 1025px) {
#main-navigation {
background-color: transparent;
}
}
header-main, header {
background-color: transparent !important;
}
header {
position: absolute !important;
width: 100%;
border: none !important;
top: 0 !important;
z-index: 50 !important;
}
{%else %}
header {
position: fixed !important;
width: 100%;
border: none !important;
top: 50 !important;
z-index: 50 !important;
}
{% endif %}
I tried changing it to static instead of fixed and this still did not fix the issue
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024