Loading...
 
Skip to main content

Features / Usability


Plugin List - how can column width be set?

posts: 126892 United Kingdom

Hi @Mike -UA

I think the best you can do is to use the class parameter on the {columns} and set up some classes in the custom css to suit, e.g.

Copy to clipboard
{column sort="title" label="Title" translatelabel="y" field="title_link" mode="raw" class="50percent"}

and in custom css (in the Look and Feel Control Panel)

Copy to clipboard
.50percent { width: 50%; }
There are no comments at this time.