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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Align header with column
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Align header with column
#29301
Align header with column 12 Years ago Karma: 0
How can I align the top/header row with their content, for example left align the header, and left align the content. Or center the headers and center the column content?
The administrator has disabled public write access.
 
#29346
Re:Align header with column 12 Years ago Karma: 748
Hello,

Could you provide a link to a page where we can see a table on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29373
Re:Align header with column 12 Years ago Karma: 0
I can't display some of our more detailed tables publicly (with more columns) because they are user specific. However, here is a link to a small table on the bottom right.

www.logochairs.com/j25cms/index.php/product-lines/chairs/deluxe-chair-item-12

Also, attached is a screenshot of a larger table.

Basically, I just want the header row to be aligned the same way as the contents rows. Right now, the content rows are aligned left.
Last Edit: 2012/06/25 14:12 By timw.
The administrator has disabled public write access.
 
#29374
Re:Align header with column 12 Years ago Karma: 748
Values can be aligned with help of "Columns Settings -> Align" parameter. Set "Columns Settings -> ID" to name of the column which values you want to align and select appropriate alignment in "Columns Settings -> Align" drop-down.

If you want to change align of headers, enter an unique CSS class name in "Columns Settings -> CSS Class" parameter, for example enter align_center and enter the next code in "CSS Styles" parameter:

{$id} TR TD.align_center,
{$id} TR TH.align_center
{
text-align: center;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30550
Re:Align header with column 11 Years, 10 Months ago Karma: 2
admin wrote:
Values can be aligned with help of "Columns Settings -> Align" parameter. Set "Columns Settings -> ID" to name of the column which values you want to align and select appropriate alignment in "Columns Settings -> Align" drop-down.

If you want to change align of headers, enter an unique CSS class name in "Columns Settings -> CSS Class" parameter, for example enter align_center and enter the next code in "CSS Styles" parameter:

{$id} TR TD.align_center,
{$id} TR TH.align_center
{
text-align: center;
}


Can you give an example of this?
The administrator has disabled public write access.
 
#30555
Re:Align header with column 11 Years, 10 Months ago Karma: 748
Could you explain what example do you need? Our previous post contains instructions how to align text in table cells.

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