Repeat columns in categories

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
can anyone tell me how to reduce columns on categories page from 3 to 2

I have tried

<asp:DataList ID="dlCategories" runat="server" RepeatColumns="2" RepeatDirection="Horizontal"
        RepeatLayout="Table" OnItemDataBound="dlCategories_ItemDataBound" ItemStyle-CssClass="item-box" EnableViewState="false">

in HomePageCategories.asc with no susccess,

I  need to increase size of picture wich I can do in admin, but pics overlap due to available space in 3 column setup

Thanks in advance

Steve
Hace 13 años
you need to edit your category templates :

folder
templates/categories
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.