What's your biggest current challenge? Have your say in Community Polls along the right column.

Changing buy buttons to one line

Changing buy buttons to one line

Motoblox
Excursionist
45 0 7

My buy buttons currently look like this:Screenshot 2024-11-07 at 1.41.58 PM.png 

 

How can i make them look like this instead:

Screenshot 2024-11-07 at 1.42.36 PM.png

 

Basically i want them to be in the same line and have the mobile version be the same as it is

Replies 7 (7)

Markit-Themes
Shopify Partner
296 62 50

Hi Motoblox,

 

Could you please provide your store URL? I’ll provide the CSS code needed to achieve the result you’re looking for.

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.
Motoblox
Excursionist
45 0 7

https://motoblox.com/

 

sure here it sis

Moeed
Shopify Partner
6338 1719 2076

Hey @Motoblox 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.shopify-payment-button {
    width: 50% !important;
}
.product-form__submit {
    width: 15rem;
}
.product-form__buttons {
    display: flex !important;
    gap: 2rem !important;
}
}
</style>

RESULT:

Moeed_0-1730968282695.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Motoblox
Excursionist
45 0 7

this is looking good thanks a lot is there a way to add a small text box over buy now that says there is a discount on prepaid orders

 

 

Here is a example: 

Screenshot 2024-11-07 at 1.48.33 PM.png

 

Also if you can help me round the buttons that would go a long way

 

Motoblox
Excursionist
45 0 7

this looks so good now, can you please also help me add a small text box above buy now for prepaid orders

 

Here is a example:

Screenshot 2024-11-07 at 1.48.33 PM.png

 

If i can also round the buttons like this that would be so good

Moeed
Shopify Partner
6338 1719 2076

Hey @Motoblox 

 

Your store is password protected, can you share the password as well?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Motoblox
Excursionist
45 0 7

i have removed it now