Good day! How can I align the progress bar on the center of the image? I’m planning to use this for my voucher code can someone help me on how can I make this?
Voucher code:
Get P150 OFF
For a minimum spend of P3500
Use the code: SUMMER150
Get P100 OFF
For a minimum spend of P2500
Use the code: SUMMER100
Get P50 OFF
For a minimum spend of P1500
Use the code: SUMMER50
Here is he code that I used this is sample only but I want to use it for voucher
FREE 3KG DVPEACHES! {% if cart.items.size == 0 %}Add items to your cart to receive free 3KG DVPEACHES.{% endif %}{% if cart.items.size != 0 %}{% if cart.total_price >= 400000 %} You've got free 3KG DVPEACHES!{% elsif cart.total_price < 400000 %}SHOP {{ 400000 | minus: cart.total_price | money }} MORE TO GET FREE 3KG DVPEACHES!{% endif %}{% endif %}