Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: Column settings
#22422
Re:Column settings 13 Years, 4 Months ago Karma: 763
Provide a link to a page where we can see a table.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22463
Re:Column settings 13 Years, 4 Months ago Karma: 763
Try to add use the next code in "CSS Styles" parameter in module settings:

Code:


{$id} .ari-tbl-col-INDEX
{
 width: 100px;
}



Where INDEX is zero-based column index, for example if you want to set width to 100px for the first column and 75px for the second column, add the next code:

Code:


{$id} .ari-tbl-col-0
{
 width: 100px;
}

{$id} .ari-tbl-col-1
{
 width: 75px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123