Re: How to align buy buttons width to the dropdown variant picker on the desktop view of dawn theme

Solved

How to align buy buttons width to the dropdown variant picker on the desktop view of dawn theme

pmltntc
Excursionist
28 0 13

How do I maximize width and align the "BUY BUTTONS" to the dropdown variant picker box on the featured product and product information page on desktop view? I'm currently using Shopify Dawn Theme. Please refer to the attached images.

 

Website URL: https://adlaudemdei.com/

 

BUTTONS.png

BUTTONS 2.png

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
535 157 223

This is an accepted solution.

Hello @pmltntc 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.product-form__buttons {
   max-width: unset !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Amelia
Shopify Partner
535 157 223

This is an accepted solution.

Hello @pmltntc 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.product-form__buttons {
   max-width: unset !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

pmltntc
Excursionist
28 0 13

Thank you! This worked perfectly!