Font resizer

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Oct 27, 2010 7:45 pm
Hi,
The font resizer has two steps down and three up, when I increase the font step 1,2 all is ok but in step 3 it brakes the layout the menu drops down it is the same in gavick demo page, I would like to keep the font resizer but loose step 3 in increase and have it two down and two up.. Can anyone help ?

Thanks
User avatar
Fresh Boarder

teitbite
Wed Oct 27, 2010 8:27 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Wed Oct 27, 2010 11:14 pm
User avatar
Fresh Boarder

GK User
Thu Oct 28, 2010 12:11 am
Hi

Please open ../gk_corporate2/js/gk.script.js and find this fragment:

Code: Select all
if (CurrentFontSize+1 < 7) {

change to
Code: Select all
if (CurrentFontSize+1 < 6) {


This should increase only 2 levels.

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Oct 28, 2010 12:15 am
Thanks man! works great..
User avatar
Fresh Boarder


cron