Categories and products alignment

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi :)

To make things look more uniform I would like to align categories and products in the middle instead of left.

Here is what I have
http://i.imgur.com/acjUJNm.png

Thanks
9 years ago
Hi,

you can do something like this:
1. add
text-align: center;
display: inline-block;
width: 100%;

to the .product-grid class for products and to the .sub-category-grid for categories

2. add
float: none;
display: inline-block;

to the .product-grid .item-box for products and to the .sub-category-grid .item-box for categories
9 years ago
thanks for the response, unfortunately it di not work

The products did not change, but the categories are now like this http://i.imgur.com/LLiNpbz.png
9 years ago
Can you post link to your site?
9 years ago
This is my site http://gwcomputers.al/al/

Categories Products

But I changed it back to how it was before
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.