When I enter a category it displays like this
However when I enter a sub category of that category it displays like this
I fixed the subcontainer box width to 200 px, which fixes only when i have four sub categories, it comes out looking like the one above
.hikashop_subcontainer{
padding-top:10px;
padding-bottom:10px;
padding-right:2px;
padding-left:2px;
height: 230px;
width: 200px;
}
otherwisee if i remove the width 200px it comes out like this.
Im not sure whats going on and why the box widths are changing from category to subcategory. Please help