anto1983t Posted August 6, 2014 Share Posted August 6, 2014 Hi guys, I'm looking to modify the basic theme of prestashop 1.6. In particulary i want to remove the button that compare in the main page when the mouse is over a product. I modify the code in global.css whit visibility: hidden. Now i want to modify the dimension of the boxes that contains the product but i don't know how i have to modify in global.css the height of the boxes. Help me!!! Thanks. Link to comment Share on other sites More sharing options...
anto1983t Posted August 6, 2014 Author Share Posted August 6, 2014 Nobody can help me!!!!!????? Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2014 Share Posted August 6, 2014 Now i want to modify the dimension of the boxes what boxes you want to change? whole product block? or only certain of them? Link to comment Share on other sites More sharing options...
anto1983t Posted August 6, 2014 Author Share Posted August 6, 2014 Hi vekia, i want to reduce all product box. The link is www.mioro.org Thank you so much. Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2014 Share Posted August 6, 2014 width param size of block is defined in product-list.tpl file each block has got size defined in class="" param there is a param col-md-3 you can change it to col-md-2 then block with product will be smaller Link to comment Share on other sites More sharing options...
anto1983t Posted August 6, 2014 Author Share Posted August 6, 2014 Thanks vekia, but i've another problem. I want to reduce the height of the box when the mouse goes over a product. If you have some ideas... Link to comment Share on other sites More sharing options...
vekia Posted August 7, 2014 Share Posted August 7, 2014 you can create css styles to define height, for example .product_list li { height:350px; } Link to comment Share on other sites More sharing options...
Himanshubishtt Posted June 5, 2019 Share Posted June 5, 2019 Hi @vekia I also want to decrease the size of the product box. But I am using PS 1.7.2. How can I do it. Please help us Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now