This topic has 8 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
Hi,
On this page: http://www.exclusivefashiondesigns.com/shop/topsshirts/fringe-top/ (but also on all product pages), you can see “Warranty: 7 days” stuck to the price. Could this be put under the price or wherever it should be? Because I doubt it’s meant to be like that.
Many thanks,
Hello,
Please, add this into custom.css file.
.warranty_info{
float:left;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi,
It works on the URL I sent you but not on this one: http://www.exclusivefashiondesigns.com/shop/women/1st-sale/
Try this one:
.warranty_info{
float: left;
display: block;
margin-top: 30px;
margin-left: -70px;
}
Regards,
Robert Hall.
Hi,
Now, the text is half way under the photo on this product: http://www.exclusivefashiondesigns.com/shop/topsshirts/fringe-top/
Hello,
Replace existing code by this one:
.warranty_info {
float: left;
display: inline-block;
width: 100%;
}
Regards, Olga Barlow
Thanks, this seem to work fine for current listed products.
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘"Warranty: 7 days" stuck to the price’' has been successfully resolved, and the topic is now closed for further responses