This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp
Hello,
Is it possible to have 2 columns categories (only for smartphone) on this page ? https://aitoguerriersdupacifique.com/boutique/
Thank you
regards
Sébastien
Hello,
Add this code in Custom CSS:
@media (max-width: 480px) {.page-id-8839 .span4.product-category {
width: 48% !important;
display: inline-table !important;
}}
Regards,
Eva Kemp.
Hello Eva,
Thank you. What is the code for all other categories pages like here:
https://aitoguerriersdupacifique.com/categorie-produit/joaillerie-t/tanebijoux/
Regards
Sébastien
Hello,
In this case remove class .page-id-8839
in the previous code, so it will be:
@media (max-width: 480px) {.span4.product-category {
width: 48% !important;
display: inline-table !important;
}}
Regards,
Eva Kemp.
Hello Eva,
Perfect. Thank you.
Regards
Sébastien
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Display on smartphone’' has been successfully resolved, and the topic is now closed for further responses