Page 1 of 1

Setting the number of categories per row

Posted: 16 Jun 2013, 08:11
by samir_gambler
While displaying List Of Categories 3 categories comes in a row but I want only single category in a row. Can you please suggest how it can be achieved.

Thanks & Regards,
Samir

Re: Setting the number of categories per row

Posted: 17 Jun 2013, 07:33
by samir_gambler
I tried to accomplish this by editing phocadownload.css file
#phoca-dl-categories-box div.pd-categoriesbox {
width: 92%;
position: relative;
float: left;
margin: 1%;
padding: 1%;
}
Modified the width attribute to 92% from 28%. After doing so each categories were coming one below the other and not side by side (as expected), but I don't know why after editing this the folder icon beside the subcategory is no more visible.
Cab any one please help me to fix this. Thanks.

Re: Setting the number of categories per row

Posted: 22 Jun 2013, 23:33
by Jan
Hi, maybe just remove the float attribute :idea:

Jan