New Landing How can we help? Atelier Sale Price position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #278235
    huntingensemble
    Member
    Post count: 318

    Hey Guys,

    How do I put the regular price beside the original price on a category page? It is now displayed beneath.

    Thank!
    Joost

    #278351
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you explain further with a mockup image?
    And if you can also share an category page url it would help.

    -Rui

    #278494
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #278495
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option.

    .woocommerce ul.products li.product .price del {
        width: 25%;
        float: left;
    }

    -Rui

    #280462
    huntingensemble
    Member
    Post count: 318

    Hey Rui,

    Thanks this works but now the sale price is a bit far positionated from the regular price (large gap).
    If I decrease the width it looks better but then I get trouble with expensive products (because there are more digits) .

    Any idea?
    Joost

    #280483
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Much simpler way, use this css:

    .woocommerce ul.products li.product .price del {
      display: inline-block;
    }

    – Kyle

    #280515
    huntingensemble
    Member
    Post count: 318

    Thanks fixed!

    #280520
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle!

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register