Hello,
In my product information page, I want to change alignment of popup button and Buy buttons.
Right now it is looking like this
I want to change alignment like this.
Could you please help?
A user sought help repositioning the popup button and Buy buttons on their product page in the Dawn theme. They wanted the popup button aligned to the left with the Buy buttons positioned to its right, rather than stacked vertically.
Solution provided:
Outcome:
The CSS solution successfully achieved the desired horizontal alignment. The user confirmed it worked and marked the response as helpful.
Hello,
In my product information page, I want to change alignment of popup button and Buy buttons.
Right now it is looking like this
I want to change alignment like this.
Could you please help?
Hi @kb2528
Please, share your store URL. Thanks!
Hi @kb2528
Could you please share the store URL so we can check it further?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hello, @kb2528
Please share “Store URL”
Thanks!
url :- https://pgf-dev.myshopify.com/
pass :- brucri
Hi @kb2528
To complete your requests, please follow these steps:
modal-opener.product-popup-modal__opener.quick-add-hidden + div:has(product-form.product-form) {
padding-left: 100px !important;
margin-top: -40px !important;
}
modal-opener.product-popup-modal__opener.quick-add-hidden {
position: relative !important;
}
modal-opener.product-popup-modal__opener.quick-add-hidden > button.product-popup-modal__button {
position: absolute !important;
top: 10px;
}
div.product-form__input.product-form__quantity {
margin-bottom: 0 !important;
}
Here is the result:
I hope this helps
Best,
Daisy
I tried it and it worked!!
Thank you very much Daisy!
HI @kb2528
If it helps, I will really grateful if you can give it a Like or marking it as a Solution!
Best,
Daisy