Hi There,
Can someone help with moving the afterpay texts to below the price on my Pipeline theme?
I’ve tried to remove the // on this line of the code but did not work, it actually made the whole afterpay line dissapear
//var afterpay_product_selector = ‘#product-price-selector’;
@Tony1992 - please share this product page link, it will need css to get it on next line
Hi @suyash1 Suyash
https://yoonek.com.au/products/personalised-engraved-stainless-steel-insulated-water-bottle-laser-cut-custom-logo?variant=40995079487682
@Tony1992 - please add this css to the very end of your theme.css file and check
.product__price__main { flex-direction: column; align-items: start; }
Hi there, is used this code for same problem and it worked but now my price wont do to centre? The title and price are centred but price wont move now, is this something you can help with? Using pipeline also.