New Landing How can we help? Themeforest Theme Support Neighborhood Shop Page Price is out of alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • #87186
    CuveeMaster
    Member
    Post count: 11

    Hi,

    When there is a sales, the price went out of alignment due to too many characters in one line.
    Is there any code to shift the price to the next line or to resolve the issue?

    #87195
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css

    ul.products li.product .product-details {
      float: left;
      width: 66%;
    }
    .woocommerce ul.products li.product .price, .woocommerce div.product p.price {
      width: 33%;
      float: right;
      text-align: right;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 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