Shopify themes, liquid, logos, and UX
How do i move the product tag below to be exactly below the product on the left side?
this is what it currently looks like.
Thanks in advance.
website: www.moxxishop.nl pw: maycru
Hello @JMecom
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
#shopify-section-template--20635364917594__featured_collection_kxPzdm .price--on-sale {
margin-left: -221px !important;
margin-top: -25px !important;
}
@media screen and (max-width: 767px){
#shopify-section-template--20635364917594__featured_collection_kxPzdm .price--on-sale {
margin-left: -245px !important;
}
.badge--bottom-left{
font-size: 14px !important;
}
}
</style>
this unfortunately does not work.
can you share screenshot of code?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024