"Warranty: 7 days" stuck to the price

This topic has 8 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Jack Richardson

  • Avatar: fredwerk
    fredwerk
    Participant
    September 25, 2014 at 19:26

    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,

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 26, 2014 at 08:01

    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.

    Avatar: fredwerk
    fredwerk
    Participant
    September 26, 2014 at 08:28

    Hi,

    It works on the URL I sent you but not on this one: http://www.exclusivefashiondesigns.com/shop/women/1st-sale/

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 26, 2014 at 08:34

    Try this one:

    .warranty_info{
    float: left;
    display: block;
    margin-top: 30px;
    margin-left: -70px;
    }

    Regards,
    Robert Hall.

    Avatar: fredwerk
    fredwerk
    Participant
    September 26, 2014 at 08:39

    Hi,

    Now, the text is half way under the photo on this product: http://www.exclusivefashiondesigns.com/shop/topsshirts/fringe-top/

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 27, 2014 at 09:04

    Hello,

    Replace existing code by this one:

    .warranty_info {
    float: left;
    display: inline-block;
    width: 100%;
    }

    Regards, Olga Barlow

    Avatar: fredwerk
    fredwerk
    Participant
    September 27, 2014 at 09:08

    Thanks, this seem to work fine for current listed products.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 27, 2014 at 09:22

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘"Warranty: 7 days" stuck to the price’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.