Resize of menu

GK User
Fri Jan 30, 2015 8:20 pm
Hi,
how I can make the 2nd line of menu bigger? I checked edit style of template but not really something to find:
http://merintus.info/index.php/led-smd-cob
the1 line of menu is size ok, the menu item in 2line (Ledcomponents>led white for example is too small)
I checked forum but nowhere to find question like this.

thanks for info
Daniel
User avatar
Junior Boarder

GK User
Fri Jan 30, 2015 8:31 pm
2nd Problem
when top color is light ( I prefer to heve it, so the background black is only for 1 line of menus, the second line is invisible, how to change it?
http://merintus.info/
thx
:o)
User avatar
Junior Boarder

teitbite
Sun Feb 01, 2015 2:26 pm
Hi

1. Add this to override.css:

Code: Select all
div#gkDropSub > ul > li > a > span.menu-title {
    font-size: 18px;
}


2. I have no idea what element You have in mind.
User avatar
Moderator

GK User
Sun Mar 01, 2015 2:10 pm
Hi
task 1 solved, thanks

task 2
http://merintus.info/
you see menu > home
when you go by your cursor below of home, you see contact and disclaimer (are 2nd line of menus) are not visible, because the background is black on line 1 only.
I hope it is understandable

thx in advance
Daniel
User avatar
Junior Boarder

teitbite
Thu Mar 05, 2015 10:00 am
Hi

Try resize font size and reduce spaces a little bit by adding this to override.css:

Code: Select all
#gkMainMenu > div > ul > li {
    margin-left: 12px;
}

#gkMainMenu > div > ul > li > a {
    padding: 0 0 0 12px;
    font-size: 16px;
}
User avatar
Moderator

GK User
Tue Mar 17, 2015 2:18 pm
fixed thx
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.