Hello,
i have an undergoing campain and i realize that there is a big bug with the display of the card in small phone vertical : as shown in the screen item numbers are not diplaying so you can see or change.
Do you have a magic quick css that can resolve this problem ?
Thank you in advance for your help, it is a critic problem.
Best regards
Stan
Hey sdesign-web,
Thank you for the inquiry.
The quantity field is disabled by default on mobile screens, but you can enable it back by adding this code in the Quick CSS field.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive .shop_table .product-quantity {
display: table-cell;
border-top: 0;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Thank you very much Ismael !
it works fine !! ( see pj)
best regards
Stan
Hi Stan,
Glad Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit