Home › Forums › WoodMart support forum › Add to Cart Add to Cart This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 29, 2018 at 5:22 pm #79846 kriscoParticipant Hello How do we increase the add to cart 1. Make it larger on web 2. Make it the width of the page on mobile Thanks. September 29, 2018 at 5:58 pm #79862 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS: body.product-image-summary .single_add_to_cart_button { width: 300px; } @media (max-width: 768px){ body.product-image-summary .single_add_to_cart_button { width: 100%; } } Replace 300px for the width you like. Best Regards September 29, 2018 at 6:25 pm #79866 kriscoParticipant Hello, it did not work on the woodmart theme on mobile or desktop September 29, 2018 at 7:02 pm #79867 Elise NoromitMember Hello, Please provide your site admin access. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register