Jump to content

Block products category


Recommended Posts

okay, im back :)

 

so, you want to change size of this block, but you probably have got there list of categories.

if we change size of this block - then you will not see these categories

 

can you share url? it will be much easier to inspect it

http://hatzel.gr/prestashop/el/-/808-minelab-e-trac-.html

 

try browsing at greek language, some features are yet incomplete at english.

Link to comment
Share on other sites

add padding:0px; to:

#productscategory_list li p.product_name {
text-align: center;
padding: 0px;
}

/modules/productscategory/productscategory.css

 

 

add height:100px param to:

#productscategory_list {
overflow: hidden;
float: left;
width: 96%;
height: 100px;
}

/modules/productscategory/productscategory.css

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...