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!
#32722
[SOLVED] align_right not working! 11 Years, 6 Months ago Karma: 2
In CSS Styles -> CSS Styles, I have this code:

Code:

{$id} TR TD.align_right,
{$id} TR TH.align_right {
  font-family: CribOEM8513;
  font-size: large;
  text-align: right;
}



The URL that runs this module is {link removed by author} and the columns that have Column Settings -> CSS Class set to align_right are the non-text columns: Rank, Games, Game Pts, Games Won, Net Pts, and + Pts.

As you can see, the fields are not right justified!

Any ideas?
Last Edit: 2012/10/13 09:49 By JugglingReferee.
The administrator has disabled public write access.
 
#32727
Re:align_right not working! 11 Years, 6 Months ago Karma: 748
Hello,

We don't see the problem:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32728
Re:align_right not working! 11 Years, 6 Months ago Karma: 2
I am looking to have the columns names right justified:

Rank, Games, Game Pts, Games Won, Net Pts, and + Pts
The administrator has disabled public write access.
 
#32729
Re:align_right not working! 11 Years, 6 Months ago Karma: 2
Also: even though I flagged this module to not support sorting, is it true that the space in the header cell, where the sorting arrows would normally be, is not available to be used by the header text.

That is, when the column names do become right justified, they are still restricted from being displayed all the way to the right of the cell, almost as if there is a hidden right border?
The administrator has disabled public write access.
 
#32730
Re:align_right not working! 11 Years, 6 Months ago Karma: 748
Add the following code:

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32731
Re:align_right not working! 11 Years, 6 Months ago Karma: 2
admin wrote:
Add the following code:

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

Regards,
ARI Soft


Hmm, that one didn't seem to work. The code I have in the CSS Styles section is:

Code:

@font-face {
  font-family: CribOEM8513;
  src: url('/Fonts/CribOEM8513.eot?') format('eot'),  url('/Fonts/CribOEM8513.ttf') format('truetype');
}

{$id} TR TD.align_right,
{$id} TR TH.align_right {
  font-family: CribOEM8513;
  font-size: large;
  text-align: right;
}

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

{$id} TR TD.align_left,
{$id} TR TH.align_left {
  font-family: CribOEM8513;
  font-size: large;
}

The administrator has disabled public write access.
 
Go to topPage: 12