Resize menu bar

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 15, 2014 11:18 pm
Reply with quote
Report this post
Hi
I would like to resize the menu bar with smaller height.
I have added the following to CSS overwrite but not sure if it is the correct way to do it:
#gkMenuWrapper
{
height:46px;!important
}
.gkMenu > ul > li
{
height:46px;!important
}

thank you very much for your help
User avatar
Expert Boarder

GK User
Thu Oct 16, 2014 6:44 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Oct 17, 2014 10:31 pm
Reply with quote
Report this post
Hi
It's under development at the moment.
Please visit here:
http://goo.gl/JsS090
User avatar
Expert Boarder

GK User
Mon Oct 20, 2014 4:38 pm
Reply with quote
Report this post
You could also add:
Code: Select all
.gkMenu > ul > li > a {
height: 46px;
line-height: 46px;
}

That will center text vertically within menu element.
User avatar
Moderator

GK User
Mon Oct 20, 2014 4:39 pm
Reply with quote
Report this post
Also moving "Sign up" button up will make it look better:
Code: Select all
#gkUserArea .button {
margin: 8px 0 0 5px;
}
User avatar
Moderator

GK User
Sun Oct 26, 2014 11:08 pm
Reply with quote
Report this post
That's great.
Thanks for your help
User avatar
Expert Boarder

GK User
Mon Oct 27, 2014 8:30 am
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Tue Nov 04, 2014 8:33 pm
Reply with quote
Report this post
Please close it.
Thanks a lot
User avatar
Expert Boarder

GK User
Sun Nov 30, 2014 3:08 pm
Reply with quote
Report this post
Hi
I tried to resize the menu font size but couldn't get it working properly on Google Chrome.
Please see the image attached.
URL: http://goo.gl/utohUc

I added:
#gkMainMenu .gkMenu > ul > li > a { font-size:14px;}

It seems to work fine on Firefox and Safari.

Thanks
User avatar
Expert Boarder

GK User
Mon Dec 01, 2014 2:23 pm
Reply with quote
Report this post
From what I see you have added this to override box instead of override.css file. Using the second one is much easier. Also - I don't see this declaration anywhere on the site.
User avatar
Moderator

GK User
Mon Dec 01, 2014 11:28 pm
Reply with quote
Report this post
HI
Thanks for your reply.
I did revert it back on Live site, that's why you didn't see it.
Please access this Dev site:
http://goo.gl/CRpovb

I put that css into the template's Custom CSS code.
User avatar
Expert Boarder

GK User
Tue Dec 02, 2014 8:19 pm
Reply with quote
Report this post
From what I see it works in Chrome exactly same as in Safari and reduces menu item size to 14px.
User avatar
Moderator

GK User
Wed Dec 03, 2014 11:16 pm
Reply with quote
Report this post
Hi
That's weird.
As i'm using Chrome 39.0.2171.71 on Mac OS , Safari works fine
I have 1 user sent me the same screenshot and the menu breaks on his computer.
I have attached another one here and hightlight that word in red.
User avatar
Expert Boarder

GK User
Mon Dec 08, 2014 8:47 am
Reply with quote
Report this post
Please try setting 13px font size.
User avatar
Moderator

GK User
Tue Dec 09, 2014 10:46 pm
Reply with quote
Report this post
Hi
yes that works.
Why smaller isn't better ?
User avatar
Expert Boarder

GK User
Wed Dec 10, 2014 11:35 am
Reply with quote
Report this post
It looks like chrome has some issues rendering this font. With 17px and 13ps it renders better then with other sizes.
User avatar
Moderator


cron