Logo and Menubar distances decrease?

GK User
Tue Apr 07, 2015 5:08 pm
Hello Friends,

does anyone know how to reduce these two distances? (see image)
I do not use upper logo, and so I would keep this distance low!
And on the menu bar below, I would like to reduce it too!

Where can I change this?

abstand.jpg





abstand2.jpg



Thanks in advance!

Many Greetings :)
Sakari

Note: Website is not online, if the question is coming!
User avatar
Expert Boarder

GK User
Tue Apr 07, 2015 6:51 pm
Hi,
sure it's possible.
Use:
Code: Select all
#gk-mainbody {padding: 10px 0 124px;}
#gk-content.no-breadcrumb {
    padding: 70px 0 0;
}

.gk-logo-text.inverse {
    margin-top: 20px;
}

and result will be similar to your image.
User avatar
Platinum Boarder

GK User
Tue Apr 07, 2015 9:32 pm
Exactly that's it!
Many Thanks, Oscar! :)
User avatar
Expert Boarder

GK User
Wed Apr 08, 2015 6:40 am
Hi Oscar,
You also know where the Menubar spacing can also change?

Many thanks for that! :)
User avatar
Expert Boarder

GK User
Thu Apr 09, 2015 10:47 am
In the template.css under "gk-footer", the code "margin-top:" another change worth it!
And of course included in override.css! :)


Code: Select all
#gk-footer {
   clear: right;
   float: right;
   margin-top: -15px;
   overflow: hidden;
}
User avatar
Expert Boarder

GK User
Fri Apr 10, 2015 8:52 pm
You also know where the Menubar spacing can also change?

Show me what do you mean?
User avatar
Platinum Boarder

GK User
Fri Apr 10, 2015 9:22 pm
I meant this! :)

abstand5.jpg



Can have it so, change this code!

Code: Select all
#gk-footer {
   clear: right;
   float: right;
   margin-top: -15px;
   overflow: hidden;
}




Thank You :)
User avatar
Expert Boarder

GK User
Fri Apr 10, 2015 9:48 pm
Aaaa footer, I thought about top section.

1) Disable style color switcher "color dots!" in template settings
2) and use
Code: Select all
 #gk-social, .gk-logo-text {
    margin: 20px 0;
}
User avatar
Platinum Boarder

GK User
Fri Apr 10, 2015 9:49 pm
if you cannot find use
Code: Select all
#gk-style-area {display:none}
User avatar
Platinum Boarder


cron