Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?