Product Button Width – Prestige Theme

Solved

Product Button Width – Prestige Theme

emilyaugstudios
Pathfinder
116 1 54

Hey everyone! 

 

I was wondering if there is a way to make the 'add to cart' button width smaller on the product page? I am using prestige theme and have added images below to explain what I mean. I thought there was a way within the page customisation to change this but can't find it now.

 

Thank you!

 

URL – https://927103-16.myshopify.com/

 

Current look – 

1.jpg

 

What we want – 

2.jpg

 

 

 

Accepted Solution (1)

BrainStation23
Shopify Partner
406 60 58

This is an accepted solution.

@emilyaugstudios. You can add the following code in your theme Custom CSS section.

buy-buttons .button--outline {
  width: 100px;//adjust this value according to your need
  margin: auto;
}

 

here is the output:

BrainStation23_0-1724070541334.png

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps

View solution in original post

Reply 1 (1)

BrainStation23
Shopify Partner
406 60 58

This is an accepted solution.

@emilyaugstudios. You can add the following code in your theme Custom CSS section.

buy-buttons .button--outline {
  width: 100px;//adjust this value according to your need
  margin: auto;
}

 

here is the output:

BrainStation23_0-1724070541334.png

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps