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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024