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
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
-
- 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
)
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
)
-
- Junior Boarder
- teitbite
- Sun Feb 01, 2015 2:26 pm
Hi
1. Add this to override.css:
2. I have no idea what element You have in mind.
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.
-
- 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
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
-
- 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:
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;
}
-
- Moderator
- GK User
- Tue Mar 17, 2015 2:18 pm
fixed thx
-
- Junior Boarder
6 posts
• Page 1 of 1