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?
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024