Black menu smaller

GK User
Mon May 23, 2016 5:24 pm
Hello,

I was wondering how I could make the black menu below a little bit smaller.

Thanks in advance!
User avatar
Senior Boarder

teitbite
Fri May 27, 2016 2:22 pm
Hi

Do You mean the menu which appears after clicking the hamburger icon ? Add this to override.css:

Code: Select all
.gk-overlay-menu > ul > li {
    font-size: 34px;
}
User avatar
Moderator

GK User
Sun May 29, 2016 7:54 pm
Hello and thanks for the help!

I mean the black menu below. The wish is make it lower so more picture will be shown.

Regards!
User avatar
Senior Boarder

teitbite
Thu Jun 02, 2016 4:43 pm
Hi

Please tell me the url to Your site and show exactly which menu You have in mind. I cannot see any other menu except the main menu on our demo.
User avatar
Moderator

GK User
Thu Jun 02, 2016 8:03 pm
It is https://zhianjo.com and I am referring to the black menu below. The whole black beam below should be thinner.
User avatar
Senior Boarder

teitbite
Mon Jun 06, 2016 6:24 pm
Hi

Do You mean black bar below with logo and social icons on it ? If yes than first reduce margin on social links with css:

Code: Select all
#gk-social {
    margin: 10px 0;
}


a farther reduce will require using a smaller logo.
User avatar
Moderator


cron