How do I allign the buy button and make it look like the rest of the options?

Hi all,

would really appreciate if you could help me with my issue, thanks. It’s present in all of my products.

The link to my store is: https://privatesaints.com

An example of one of the products where the issue is: https://privatesaints.com/products/mkb-tee

Providing a screenshot of the issue below too.

Hi @privatesaints

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.button--full-width {
    display: flex;
    width: auto !important;
    justify-content: flex-start;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thank you Victor, that worked wonderful! One more question, is there any way I could get the quantity selector and the buy button to be the same length as the color and size variant pickers? Providing a screenshot of what it looks like below. Thanks again!

Hi @privatesaints ,

It’s the GemPages Support Team and we are glad to assist you today!

You could please try adding the below code before in the theme.liquid file


It will shows like that

Best regards,
GemPages Support Team

Perfect! Marked your answer as the solution. Thank you very much!

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team