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?

Arijtablesorter / Front-end Font Size Adjuster 4.4
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Arijtablesorter / Front-end Font Size Adjuster 4.4
#3641
Arijtablesorter / Front-end Font Size Adjuster 4.4 14 Years, 8 Months ago Karma: 0
Hello!

I was trying to get Arijtablesorter to work with Front-end Font Size Adjuster 4.4

I am using an artisteer template. The template.css was installed with font-sizes in px.

I had to adjust the template.css like that:

body {font-size:12px;}

and all other values in the template.css had to be translated in em
so:
12px : 12px = 1em
24px : 12px = 2em
6px : 12px = 0.5em

This worked fine for the site, but did not work for the table sorter style css.

What do I have to do?

Thank you!

here the site: msplhs35.bon.at/schmidt-partner.at
The administrator has disabled public write access.
 
#3642
Re:Arijtablesorter / Front-end Font Size Adjuster 4.4 14 Years, 8 Months ago Karma: 760
Hello,

Try to add the following CSS rules to 'CSS Template':

Code:


DIV table.tablesorter,
DIV table.tablesorter thead tr th,
DIV table.tablesorter thead tr th.header,
DIV table.tablesorter tbody tr td,
DIV table.tablesorter tbody tr.even td,
DIV table.tablesorter tbody tr.odd td
{
font-size: 1em;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3645
Re:Arijtablesorter / Front-end Font Size Adjuster 4.4 14 Years, 8 Months ago Karma: 0
Thank you so much! It works.

This is as perfect service as nobody can imagine! I mean, its Easter Monday and I have opened this thread on Easter Sunday.

Thanks again!
The administrator has disabled public write access.
 
Go to topPage: 1