How to Adjust The Width Of "BUY IT NOW" button in Turbo Theme

Hello Guys,

I am trying to adjust the width of the “BUY IT NOW” button but no code is working so far. I want the size just like “ADD TO CART”.

A quick help in this regard will be greatly appreciated. Thanks in advance.

Yes, please tell me the solution. Thanks

Sorry, I didn’t get your point. The issue is related to the BUY IT NOW button width.

The issue is related to the BUY IT NOW button width not related to any language.

Hi Guys,

I have successfully found the solution to the problem and deployed the code myself. If someone else encounters the same issue it can be fixed in this way.

Please check out the code below:

  1. Go to Online Store → Theme → Edit code

  2. Open file style.css.liquid and then add this code at the end.

shopify-buy-it-now-button {
width: 100% !important;
}