This topic has 4 replies, 3 voices, and was last updated 1 years, 7 months ago ago by creativesite
Is it possible to make the area of Quantity discounts wider on Single Product Page, so the text does not look squeezed?
https://postimg.cc/56ZCnX19
Hello @creativesite,
You can achieve your desired result using Custom CSS. Please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes.
.single-product .sales-booster-quantity-discounts .quantity-discount-item {
display: block !important;
}
The result should look like this: https://postimg.cc/R6zDV30b
Best Regards,
8Theme’s Team
Hello, Creativesite,
You had quantity input fields added there -> https://gyazo.com/e500db4d253a370749ecf1b93fe2b1d1 so the space was there for quantity input.
You may disable this option -> https://prnt.sc/5Ma_YqZbpQ1u to get next result -> https://prnt.sc/neq8rdEkAQQ3
Kind Regards,
8theme team
Ah okay, thank you ! 🙂
The issue related to '‘Sales booster, Quantity discounts (Buy more save more) on Single Product Page’' has been successfully resolved, and the topic is now closed for further responses