Home › Forums › Iconic One Pro Support › grandezza menù
- This topic has 6 replies, 3 voices, and was last updated 7 years, 4 months ago by enikos.
- AuthorPosts
- October 18, 2015 at 3:40 pm #3753andreamazzoParticipant
Good morning,
I would like to enlarge the menu bar and reduce the space in the picture above.
thank you
October 18, 2015 at 5:29 pm #3755Themonic-SupportKeymasterYou do not have permission to view this content.
October 18, 2015 at 5:53 pm #3762andreamazzoParticipantthanks, size is affixed, but remains much space between menu and logo
see here
http://depuratorefacile.com/October 18, 2015 at 6:26 pm #3763Themonic-SupportKeymasterYou do not have permission to view this content.
July 29, 2017 at 6:09 pm #4977enikosParticipantHi,
When I use this custom CSS, it only change the main menu font, how about changing the font size of the sub-menu font.
.themonic-nav li a {
font-size: 14px;
line-height: 4.5;
}
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
font-size: 0;
}Please see the sub-menu become so tiny in size. http://www.kuncirumahku.com
how do I adjust this?
Thanks in advance
July 30, 2017 at 5:51 am #4978Themonic-SupportKeymasterTry this in custom css for sub menu font size
@media screen and (min-width: 767px) { .themonic-nav li ul li a { font-size: 18px; } }
July 30, 2017 at 7:55 am #4979enikosParticipantThanks it works wonders.
- AuthorPosts
- You must be logged in to reply to this topic.