Logo parameters from the top of the website

GK User
Wed Sep 21, 2011 11:10 am
Dear Gavick friends,
i work a site in localhost and have a problem with the logo and cant find a solution for days now.
I deactivated the login from the template because this site does not need user registration.
I changed the logo and put my logo inn the right position, but now there is a big cap from the top and the site does not look nice .
1.How can i reduce the pixels from the logo to the top of my site?
2.And reduce the pixels from the menu to my logo?
logo problem cofee template gavick.jpg


I looked inside the css files but could not find the correct css line where this could be!
Please help because i have to finish this site till friday.

And i dont want the strikes beside my logo .

Thnx for any reply
User avatar
Fresh Boarder

GK User
Wed Sep 21, 2011 11:35 am
To point you which CSS rule is responsible to your logo position we need to know which version of which template do you use, at least.
User avatar
Fresh Boarder

GK User
Wed Sep 21, 2011 11:44 am
i donloaded this template one week ago from your site and i used this pack to install gk_coffe_quickstart_J!15
User avatar
Fresh Boarder

GK User
Wed Sep 21, 2011 12:18 pm
Database Version: 5.1.41
Database Collation: utf8_general_ci
PHP Version: 5.3.1
Web Server: Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
Web Server to PHP interface: apache2handler
Joomla! Version: Joomla! 1.5.23 Stable [ senu takaa ama baji ] 04-March-2011 18:00 GMT
User avatar
Fresh Boarder

GK User
Wed Sep 21, 2011 7:41 pm
any answers moderator?
User avatar
Fresh Boarder

GK User
Thu Sep 22, 2011 1:39 am
Top of logo to top panel
template.css Line 61 change -75px to what you like.
Code: Select all
/* Closes top gap between Logo */
#gk-top.topmargin {
    margin-top: -75px;
}


Menu to Logo
gkstuff.css line 23 - change -35px to what you like. 60px moves space between mainbody content and menu incase you ask for it...
Code: Select all
/* Closes gap between Menu and the logo */
#gk-nav {
    margin: -35px auto 60px;
    position: relative;
    text-align: center;
    z-index: 100;
}


If you do have override.css enable it in templates advanced features and add above codes to override.css file.
User avatar
Platinum Boarder


cron