Hi Guys,
I have some products are not aligned in feature collections. How that can be fixed?
Thank you
Hi Guys,
I have some products are not aligned in feature collections. How that can be fixed?
Thank you
Hello @Alliance ,
It’s GemPages support team and glad to support you today.
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
You need to add to your css file ('assets/theme.scss), this code:
.price--on-sale .price__sale {
margin-right: 0;
}
Thank you