Line break after product price

Hi all

I’m using the ZipPay and the widget is jamming the payment options hard up against the product price as can be seen here > https://periodshop.com.au/collections/pain-relief/products/vush-aura-period-pain-relief-device.

Any clues on how to add this after the AfterPay option please?

I’ve tried editing the liquid files with no success.

This is the Shopify App for the Zip On-Site Messaging to insert the widget. Checking ‘Autodetect’ option doesn’t leave a space between the price and I haven’t been able to get it to successfully display using any of the widget section settings as per the video instruction https://vimeo.com/814786339 (timestamp 2:30 onward)

No response from email to zip pay support a week ago :confused:

Thank you

You can try to add this into Widget Position Selector and check again

.product-page--pricing

Hi - This the unit-price-measurement-grid.liquid file (hoping it’s the correct one)

{%- if variant.unit_price_measurement -%}
({{ variant.unit_price | money }}
/
{%- if variant.unit_price_measurement.reference_value != 1 -%}
{{- variant.unit_price_measurement.reference_value -}}
{%- endif -%}
{{ variant.unit_price_measurement.reference_unit }})
{%- endif -%}

Thanks Dan.

That did at least put a space in but ideally I’d like to have it appear after the AfterPay info and before the Tax include info.