product add to cart not at the same line all the buttons
-
attached image of the mobile situation..
the item count, add to cart, buy now all in separated line, how I can make them all in the same line?
Thanks!
Attachments:
You must be
logged in to view attached files.
any help will be appreciate..
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.single-product-page .summary form.cart {
display: flex !important;
flex-wrap: nowrap !important;
align-items: center;
gap: 10px;
}
.single-product-page .summary form.cart > .quantity,
.single-product-page .summary form.cart > .single_add_to_cart_button,
.single-product-page .summary form.cart > .wd-buy-now-btn {
flex: 0 0 auto !important;
width: auto !important;
margin-right: 10px;
white-space: nowrap;
}
Best Regards,
Thanks but it seems that Custom Css is not working for some reason.. any suggestions?
Many thanks!
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
Hello,
The login details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution.
Best Regards,
Hi, sorry about it, attached again.
Thanks!
Hello,
Your issue has been resolved. Check back your site and check the issue.
See Screenshot for clarification: https://ibb.co/Myb2QJwy
Check back your site after completely clearing the browser cache and check the issue.
Best Regards,