Align the prices to the right.

  • craftlabph
    Asked on September 27, 2016 at 12:27 AM

    Follow up question for the id$='_price':

    I also want the prices to be aligned right so that it looks neat.

     

  • Boris
    Replied on September 27, 2016 at 3:23 AM

    I assume you would like to align your prices to the right as depicted in the following image:

    Align the prices to the right Screenshot 20

    If that is correct, you can achieve it by injecting the following custom CSS into your form:

    .form-product-item { width: 100%; }
    .form-product-details > b { float: right; }

    Please try it out and let us know should you need further assistance. Thank you.