How do I change the distance (reduce) the menu items? picture 1
How do I change the font size from the drop down menu? picture 2
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;
}
div.gk-menu > ul.level0 > li > .childcontent .gkcol, #gkMenu ul.level0 > li > div > div.childcontent-inner {width: 230px !important;}
#gkMenu {font-size: 17px;}
Don Lee wrote:Glad it could help you. Feel free to let me know if you need any other helps.
Have a nice day!