How to edit menu settings via override.css ?

GK User
Wed Jan 18, 2012 7:38 pm
How do I change the distance (reduce) the menu items? picture 1

menu1.png

How do I change the font size from the drop down menu? picture 2

menu2.png
User avatar
Expert Boarder

GK User
Thu Jan 19, 2012 7:34 pm
Hi,

Use this css code:
Code: Select all
div.gk-menu ul > li, div#gkDropMain ul > li{
margin-right: 0 !important;
}
#gkMenu ul.level0 > li > div.childcontent li span.menu-title{
font-size: 14px;
}
User avatar
Platinum Boarder

GK User
Sat Jan 21, 2012 11:49 am
I have this in the css code to change the size of the menu.
Code: Select all
div.gk-menu > ul.level0 > li > .childcontent .gkcol, #gkMenu ul.level0 > li > div > div.childcontent-inner {width: 230px !important;}

and This code -
Code: Select all
#gkMenu {font-size: 17px;}

Can I combine this code with yours?
User avatar
Expert Boarder

GK User
Sun Jan 22, 2012 4:09 pm
Just put my code to override.css, you don't need to combine them. Let me know if it works.
User avatar
Platinum Boarder

GK User
Tue Jan 24, 2012 2:37 pm
Thank you! Its All Work!
User avatar
Expert Boarder

GK User
Thu Jan 26, 2012 11:55 am
Glad it could help you. Feel free to let me know if you need any other helps.

Have a nice day!
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 6:43 pm
Don Lee wrote:Glad it could help you. Feel free to let me know if you need any other helps.

Have a nice day!


Good day! You can turn your attention to this subject -
https://www.gavick.com/support/forums/119/13447.html
User avatar
Expert Boarder

GK User
Thu Feb 02, 2012 10:25 am
For sure, let me check!
User avatar
Platinum Boarder


cron