Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello, noticed when I went to subcategories in one of my categories
that the theme now broken, sub categories have no spacing between them.
How can I fix it , simple css ?
before: [ ] [ ] [ ]
now: [ ][ ][ ][ ]
ok seems like its something to do with the fixed width of categories and spacing in between.
one's the width of category in %, other's the margin in between I gather. some1 help !!
Solved:
.subcategories .category-item { margin-left:8px; margin-right:8px; }
.col-md-3 { width:24.1%; }
put that in custom CSS/HTML section