Buy now button turbo theme misplaced and not aligned with add to cart button anymore

Hello,

The buy now button on my product pages has moved down. Normally it was aligned with the add to cart button but suddenly it moved under the add to cart button.

I think it’s easy to fix for people who have a bit experience but i couldn’t fix it. Can someone help?

This is my website where you can see the problem: www.ewiish.nl.

Thanks in advance. Looking forward to replies from the experts here.

@Ewiish

sorry for any issue

can you please show me issue images so i will check and update code

hi @KetanKumar ,

thank you for your reply. i have already fixed fixed it by adding this code to my theme’s css.

.shopify-payment-button div {
  height: auto;
}

thanks anyways.

@Ewiish

great, thanks for update

Hi,

I’m having the same issue.. not good with edit code. Can you guide me?

Hi,

you have to add the code i provided in the bottom of your css file of your theme (beneath the existing code).

@aazazrah

yes please store url

Hi Ketan,

my url - https://catkittykitty.com/

Thx

@aazazrah

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.shopify-cleanslate {
    display: none;
}

Thank you @KetanKumar . Done edit code. Now its back to normal :+1:

and thank you @Ewiish for bringing up this post :+1:

@aazazrah

its my pleasure to help us

Hi @KetanKumar ! I pasted the code but it is still not working. Seeing if you can help me out.

Can you please guide me where to put this code? I don’t see “styles.css” on my end.

@KetanKumar

Hi Ketan,

Can you help me with this?

The buttons are not aligned.

Thanks