VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: agps on May 07, 2013, 17:00:32 PM

Title: Category Name width in Product Categories [ List ]
Post by: agps on May 07, 2013, 17:00:32 PM
Hi,

In backend the column of Category Name (Product Categories [ List ]) does not have enough width. I would like more width in Category Name and Less in Description column.

<table class="adminlist" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th width="20px">
<th width="12%" align="left">                       (I would like to change this width)
<th align="left">
<th width="11%" align="left"> Products </th>
<th width="13%" align="left">
<th width="20px" align="center">
<th>
Title: Re: Category Name width in Product Categories [ List ]
Post by: AH on May 07, 2013, 17:52:10 PM
Edit the

administration/components/com-virtuemart/views/category/tmpl

default.php

Upgrades of VM may overwrite your change
Title: Re: Category Name width in Product Categories [ List ]
Post by: Milbo on August 10, 2013, 13:09:08 PM
As far as i know you can even use here the template overrides, or?