khovj Posted November 24, 2013 Share Posted November 24, 2013 Hello! I would like to know, how i can change the size of categories on homepage. and also, can i put them in the middle of the page? attached file Thank you Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 by default prestashop hasn't got feature to display categories on homepage so i suppose that you use non-default external solution. What to do? Change css styles for your solution. Link to comment Share on other sites More sharing options...
khovj Posted November 24, 2013 Author Share Posted November 24, 2013 yes, it is modul "Homepage categories"which i installed. how i can change css styles? (I am just a begginer) Link to comment Share on other sites More sharing options...
khovj Posted November 24, 2013 Author Share Posted November 24, 2013 this is my code in homecategories.css div.home_categories{margin-bottom: 5px} div.home_categories .cr{clear: both;border: 0px none}div.home_categories ul{text-align:center;list-style:none} div.home_categories img{width:100px;height:100px} div.home_categories li{float:left;margin:5px;width:100px;height:130px;} div.home_categories h5 a:hover{text-decoration:underline;color:#444} div.home_categories div{width:100px;border:1px outset black} div.home_categories div:hover{border:1px inset black} Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 so you've got css styles there, just change styles and you will achieve what you expect http://www.w3schools.com/css/ Link to comment Share on other sites More sharing options...
khovj Posted November 26, 2013 Author Share Posted November 26, 2013 did it! thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts