Cannot Edit Form Alignment on Product Page

Solved
mkrakower
Tourist
5 0 1

I cannot edit the alignment of the product form (quantity and button) on my product page and the product section on my homepage. I have tried applied the text-align, align-content, and align-items CSS commands but it doesn't seem to be working on this particular element. It works on all other elements in the section. 

 

Any idea why this section might not be responding? 

 

Site is www.eatbubs.com. You'll notice that the quantity selector is too far over to the left. 

Accepted Solution (1)
ZenoPageBuilder
Shopify Partner
833 148 168

This is an accepted solution.

Hello @mkrakower 👋

You can use this code

.product__quantity-atc-container {
    justify-content: center;
}

.product__quantity-atc-container .add-to-cart {
    min-width: initial;
    flex-grow: 0;
}

The result

Screenshot 2023-10-12 at 10.11.48.png

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 7 (7)
Dan-From-Ryviu
Shopify Partner
5580 1025 1055

Hi @mkrakower 

If you want the code affect to particular element of section only then please add code into Custom CSS of sectionScreenshot 2023-10-12 at 08.31.17.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

suyash1
Shopify Partner
8674 1064 1406

@mkrakower - please add this css to the very end of your theme.css file and check

 

.product__quantity-wrapper, .add-to-cart {flex-basis: 50%;}

 

suyash1_0-1697075238349.png

 

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂
PageFly-Oliver
Navigator
479 92 89

Hi @mkrakower ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

<style>
.product__quantity-atc-container>div{
width:50% !important
}
</style>



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

ZenoPageBuilder
Shopify Partner
833 148 168

This is an accepted solution.

Hello @mkrakower 👋

You can use this code

.product__quantity-atc-container {
    justify-content: center;
}

.product__quantity-atc-container .add-to-cart {
    min-width: initial;
    flex-grow: 0;
}

The result

Screenshot 2023-10-12 at 10.11.48.png

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
mkrakower
Tourist
5 0 1

This one worked, thank you all!

ZenoPageBuilder
Shopify Partner
833 148 168

You are welcome!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
mkrakower
Tourist
5 0 1

@ZenoPageBuilder @PageFly-Oliver @suyash1 @Dan-From-Ryviu  Thank you all for the responses. I have tried them all with varying success. Some make an impact and some do not. I was able to get the button to align center, but not the quantity selector. See screenshot attached. Any ideas why the quantity selection is still aligned to the left side of the element?

 

Screenshot 2023-10-12 at 10.57.39 AM.png