Border frames and banner justifying

GK User
Sat Oct 09, 2010 5:02 pm
Hi, I'm Daniel from www.eurocup.org . I would like to ask about:
1. How should I change header 2 to eliminate border frames. Like at yours demo.
2. I would like to place banner 468x60 into top nearby logo. Theres plenty of place there and I think it's very important to do this. I've tried to replace search button into banner but I can't justify it a little bit higher. Please let me know what should I change.
User avatar
Fresh Boarder

GK User
Sat Oct 09, 2010 8:23 pm
use the folowing module suffix

Code: Select all
 light


remember the space infront of light...
User avatar
Platinum Boarder

GK User
Mon Oct 11, 2010 8:06 am
thanx, could you tell me how should I change template that it would be a possible to insert banner 468x60 nearby a logo.
If it would be to much complicated I would try to replace search button into banner. But as I wrote earlier I can't justify it to the top.
What should I do ?
User avatar
Fresh Boarder

teitbite
Mon Oct 11, 2010 1:42 pm
Hi

Add this at the end of template.css file:

Code: Select all
h1.logo {
margin:0;
position:absolute;
right:0;
}

#gk-top {
position:relative;
}
User avatar
Moderator


cron