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?

[SOLVED] align_right not working!
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: [SOLVED] align_right not working!
#32734
Re:align_right not working! 11 Years, 6 Months ago Karma: 748
Sorry, use the following code instead of previous one:

{$id}_wrapper TR TH.align_right DIV {
text-align: right;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32735
Re:align_right not working! 11 Years, 6 Months ago Karma: 2
That did seem to work, thank you! Nice work again.

When I use Chrome or FF, it doesn't line up 100% exactly. I will add a padding-right to the cells that contain data.
The administrator has disabled public write access.
 
#32737
Re:align_right not working! 11 Years, 6 Months ago Karma: 2
I do believe that some space is taken up by the not-present sorting arrows, as found in message #32729 on the first page.
The administrator has disabled public write access.
 
#32741
Re:align_right not working! 11 Years, 6 Months ago Karma: 748
You can use the following code:

{$id}_wrapper TR TH.align_right DIV
{
padding-right: 0;
}

but if the table will contain sortable columns it can cause the problem, sorting arrows will not be shown.

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