Change Top (1,2,3 etc) module overall width's

GK User
Mon Mar 12, 2012 6:39 pm
Hi there and thanks for this great template. :)

I wand to have two modules in top position, 1 with 750 px width, and 1 with 250px(or 75%/25%).

I try to change module positions but no luck after all.. top 1 position can get only the half place (50%).

I wand top1 to be 75% or 750px (in fixed layout) and top 4 25% or 250px.

Is that possible?

my test site is this one.
http://dreamexpo.gr/demo/index.php
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 8:46 am
No one knows?
User avatar
Fresh Boarder

Konrad M
Tue Mar 13, 2012 10:09 am
Try add to the override.css
#gk-topsl1 .gk_top_half {
float: left;
width: 75%;
}
#gk-topsl1 .gk_top_half + .gk_top_half {
width: 25%;
}


and remember to enableo override.css option in template settings
User avatar

GK User
Tue Mar 13, 2012 10:19 am
Hi Konrad M, thanks for your reply,

I add this code to override.css but nothing change.. look your self

http://dreamexpo.gr/demo/
User avatar
Fresh Boarder

Konrad M
Tue Mar 13, 2012 10:21 am
Show me your override.css file becasue firebug show that you have no rules in this file.
User avatar

GK User
Tue Mar 13, 2012 10:25 am
Hey, that works! i upload the override.css to another css folder by mistake. Thanks mate! :)

(i have another question for banners left anf right to logo. I start new topic..?)
User avatar
Fresh Boarder

Konrad M
Tue Mar 13, 2012 10:30 am
Great, yes make new one.
User avatar

GK User
Tue Mar 13, 2012 10:38 am
User avatar
Fresh Boarder


cron