Fixed width for bottoms module positions

GK User
Mon Sep 24, 2012 10:27 am
hi everybody,
I'm using gavick boutique template and i would like to have fixed width for module positions, bottom 7,bottom 8 and bottom 9.Can anybody please tell me how?

bottom7:210px
bottom8:445px
bottom9:365px

Best regards,
Arman
User avatar
Fresh Boarder

GK User
Mon Sep 24, 2012 11:25 am
Hi

Please enable the use of css override on template parameters and them open the following file on the template directory ../css/override.css

Try adding this lines on that file:

Code: Select all
#gkbottombottom7 {width: 210px!important}
#gkbottombottom8 {width: 445px!important}
#gkbottombottom9 {width: 365px!important}


Cheers
User avatar
Platinum Boarder

GK User
Mon Sep 24, 2012 12:08 pm
Thank you very much for quick reply.
Regards,
User avatar
Fresh Boarder


cron