Menu level3 size

GK User
Thu May 21, 2015 4:42 pm
Hi!

I have a problem with a menu level3 size.
It's not displaying all the titles (see the attachment)
menu_level3.jpg

Is there any a possible solution or i should to confine with two level menu?

Thanks in advance.
User avatar
Junior Boarder

teitbite
Mon May 25, 2015 1:58 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon May 25, 2015 3:11 pm
Hi!

Unfortunately i can't. Website is offline. And we've already decided, that we can do it without level3 menu. So thank you.
But i've got another question.
How can i remove menu title?
menu_title.jpg


Usually there is an option to show title or not, but here I couldn't find it anywhere.
Am I missing something?
User avatar
Junior Boarder

teitbite
Wed May 27, 2015 7:27 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkPageTitle span {
    display: none;
}
User avatar
Moderator

GK User
Thu May 28, 2015 12:02 pm
Thanks a lot!!! It worked and i'm happy!

But when title disappeared, the white background on which article is placing now a little bit higher then it was before.
whitebackground.png

How can i to get it lower?
User avatar
Junior Boarder

teitbite
Sat May 30, 2015 5:09 pm
Hi

I cannot answer that without seeing Your site. In my demo it only goes up exactly the height of the removed header. Please ignore it for now and get back to me when site will be online.
User avatar
Moderator

GK User
Mon Jun 01, 2015 5:19 pm
Accidentally I figure it out by myself.
Just need to override this

Code: Select all
#gkPageTitle {padding-top: 263px;}
#gkPageTitle span { display: none; background: none;}


Of course there can be another padding size.

Thanks for the help!
Have a good day! :D ;)
User avatar
Junior Boarder

teitbite
Wed Jun 03, 2015 3:11 pm
Hi

Great to hear this. This is a good solution :)
User avatar
Moderator


cron