position top 1... top6

GK User
Tue Aug 07, 2012 4:26 pm
hi all
i want to public a gk4 module in h1 and a module latest news in top6. I really done it but like you can see the space of the areas is 50% and 50%
it's possible configure top1 at 70% and top6 at 30%
thanks

ps. i have the site in localhost and i use joomla 1.5.26

Image
User avatar
Junior Boarder

GK User
Tue Aug 07, 2012 4:49 pm
Enable css override from template settings > dev mode > Use override.css "on".

Edit following file : templates/gk_twn2/css/override.css

Add below:
Code: Select all
#gk-topsl1 .gk_top_half:first-child { width:70%!important;}
#gk-topsl1 .gk_top_half:last-child { width:30%!important;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Aug 07, 2012 4:54 pm
normanUK wrote:Enable css override from template settings > dev mode > Use override.css "on".

Edit following file : templates/gk_twn2/css/override.css

Add below:
Code: Select all
#gk-topsl1 .gk_top_half:first-child { width:70%!important;}
#gk-topsl1 .gk_top_half:last-child { width:30%!important;}


See you around...


works... thanks so much :)
User avatar
Junior Boarder

GK User
Tue Aug 07, 2012 6:16 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.