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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025