Home › Forums › Support › Center Quantity & Add to Cart on Mobile This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 15, 2020 at 12:27 pm #1240617 FunkyCss Hi , in my language where add to cart is longer and it brakes in mobile , so i saw a site that has its add to cart with quantity like this – > https://imgur.com/cwhkxq6 Is this possible to do this responsiveness in mobile ? April 15, 2020 at 5:39 pm #1240840 TomLead Developer Lead Developer Hi there, Give this a shot: @media (max-width: 768px) { .woocommerce div.product form.cart div.quantity { justify-content: center; margin-bottom: 10px; } .woocommerce div.product form.cart { justify-content: center; } } Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development April 17, 2020 at 2:57 am #1242613 FunkyCss Thank you Tom now is Pretty!! April 17, 2020 at 9:40 am #1243235 TomLead Developer Lead Developer Glad I could help ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In