Repeat columns in categories

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 Jahre weitere
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
13 Jahre weitere
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.