@phenomlab This blocked issue got resolved by adding https on the installation url while registering. Then new problem is socket url is giving 404.
Lavender or Vanilla theme after 0.6.1 upgrade subcategories stuck together
-
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