Comments 7cance started the conversationApril 14, 2021 at 4:55pmHi,When i enable subcategory filtering it displays the subcategory vertically, and make a visual bad issue. as you can see. How can i fixe it.Thanks, BR Laurent. 1,558Laborator repliedApril 15, 2021 at 7:48amHi Laurent,Add this CSS to Custom CSS: .portfolio-title-holder>.pt-column, .product-filter .portfolio-subcategory.is-active, .product-filter { width: 100%; } Best regards,Laborator Team Documentation Join Kalium Users Group 7cance repliedApril 15, 2021 at 9:17amArt, thanks it's ok on desktop but not in responsive display. Look on a smartphone. I have 5 sudcategories to put...Thanks for our answer how to fix that.BR, Laurent. 1,558Laborator repliedApril 16, 2021 at 7:25amHi Laurent,Do you have an example of how you want to show them on mobile, by default they will show like in desktop in one line and when there are more items they will show below them.Best regards,Laborator Team Documentation Join Kalium Users Group 7cance repliedApril 16, 2021 at 8:42amHi, See the file attached (Iphone ex.). The categories (1 or 2), depends on the screen size, appear hover the first thumbnail.I simply would like to avoid this.BR, Laurent. [deleted] repliedApril 20, 2021 at 11:12amHi Laurent,Please add the code below to your Custom CSS area: .product-filter .portfolio-subcategory.is-active { display: contents; }* If you want that CSS code to apply only for devices that are 768px and smaller then add this code instead: @media screen and (max-width: 768px) { .product-filter .portfolio-subcategory.is-active { display: contents; } }Have a nice day! 7cance repliedApril 26, 2021 at 9:23amYlli, thanks very much is done and it works well !BR,Laurent.1 Like Sign in to reply ...
Hi,
When i enable subcategory filtering it displays the subcategory vertically, and make a visual bad issue. as you can see. How can i fixe it.
Thanks, BR Laurent.
Hi Laurent,
Add this CSS to Custom CSS:
Best regards,
Laborator Team
Art, thanks it's ok on desktop but not in responsive display. Look on a smartphone. I have 5 sudcategories to put...
Thanks for our answer how to fix that.
BR, Laurent.
Hi Laurent,
Do you have an example of how you want to show them on mobile, by default they will show like in desktop in one line and when there are more items they will show below them.
Best regards,
Laborator Team
Hi, See the file attached (Iphone ex.). The categories (1 or 2), depends on the screen size, appear hover the first thumbnail.
I simply would like to avoid this.
BR, Laurent.
Hi Laurent,
Please add the code below to your Custom CSS area:
* If you want that CSS code to apply only for devices that are 768px and smaller then add this code instead:Have a nice day!
Ylli, thanks very much is done and it works well !
BR,
Laurent.