This topic has 8 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello,
I want to show the sale label in the center of the product image, on mobile. How do i do it?
Thanks
Hello,
Do you want vertical and horizontal align http://prntscr.com/tdp8ix or horizontal only http://prntscr.com/tdp928 ?
Regards
Like in the first screenshot. Centered both horizontally and vertically .
Thank you!
Hello,
Add the below code to Theme Options > Custom CSS > Mobile custom CSS
.content-product .onsale.left {
left: 50%;
top: 35%;
transform: translate(-50%, -50%);
}
Regards
Thanks, can you, please, help me move it here? https://prnt.sc/teo5c8
.content-product .onsale.left {
left: 50%;
bottom:-5%;
top: unset;
transform: translate(-50%);
}
Regards
Thanks, unfortunately , when the product description is longer, it pushes the box down and doesn’t look great. I tried modifying your CSS to make it show on top of the product description, like this https://prnt.sc/tephu3 , but i couldn’t do it.
Sorry, but there is no such possibility.
Regards
You must be logged in to reply to this topic.Log in/Sign up