Archived topic
Niche (woocomerce) theme problem
3 replies · Started by Toni on July 30, 2022
I love this theme for my online store, but have a small bug. Please, visit your example:
https://gpsites.co/niche/shop/
In the 'off canvas panel', the counter and the categories show with cut caracters. (try to create the category 'miscelaneous' for example)
I tried to fix it with css but I didn't succeed. I need your help and by the way, correct the niche example page itself.
Thanks and sorry for my very bad englihs.
Hi there,
Can you try this CSS?
.main-navigation.slideout-navigation .slideout-widget ul.product-categories li {
grid-template-columns: 85% 15%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Perfect!
Thanks.
No problem :)