This topic has 10 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
In side cart products are not aligned properly. Please refer https://prnt.sc/wfc92k
Kindly help me out to fix it
Sorry.. That was my old domain/website… please refer my new domain
Hello,
Add the below code to Theme Options > Custom CSS to fix the q-ty position for the variable products
.product_list_widget .quantity-wrapper {
bottom: 5px;
}
Regards
Thanks for the reply. In desktop same problem for few products https://prnt.sc/wgdroa. I have tried in a mobile browser. But the problem still there https://prnt.sc/wgdqsx . Instant of showing quantity on hover, please make it always show in both Mobile and Desktop. As well I want to show full product name always Ex like https://prnt.sc/wgdvyv in karbi.co website.
Hello,
Ok, then replace the previous code with the code below
.product_list_widget .quantity-wrapper {
position: relative;
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
background: transparent !important;
}
.product_list_widget li .product-title a {
white-space: normal;
}
Regards
Quantity button not showing in Mobile side cart. Its showing in desktop browser but in mobile its not showing. https://prnt.sc/wipssm
Hello,
Yes, the mobile cart does not include q-ty and there is no way to show it there without additional PHP/JS customization. You can submit customization request here if you need help to implement that.
Regards
But it was showing before.. Why its not showing now… I was using it before in canvas cart in mobile to change quantity
Hello,
Check now.
Regards
The issue related to '‘Side cart wrong alignment’' has been successfully resolved, and the topic is now closed for further responses