Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Moving afterpay icon to below price on pipeline theme

Solved

Moving afterpay icon to below price on pipeline theme

Tony1992
Excursionist
44 0 10

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_0-1644977912912.png

 

Accepted Solution (1)

suyash1
Shopify Partner
10154 1255 1595

This is an accepted solution.

@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;
}

 

suyash1_0-1644984452202.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10154 1255 1595

@Tony1992 - please share this product page link, it will need css to get it on next line

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

suyash1
Shopify Partner
10154 1255 1595

This is an accepted solution.

@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;
}

 

suyash1_0-1644984452202.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Su_B
Excursionist
16 0 5

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.

Screen Shot 2024-01-18 at 3.25.38 pm.png