This topic has 7 replies, 4 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi
How can I change the header main menu size? both on top of slider on frontpage and in the scrolling down menu?
Best regards
Tonny
Hello,
please show us on screenshot how you want to change menu for header and fixed header.
Regards,
Stan Russell.
Hello,
Please add this code in custom.css file:
.menu > li > a {
font-size: 16px !important;
}
Regards,
Eva Kemp.
Hi Eva
Thanks it works, but the is something wrong with the space between the menu items + the space between logo in the left side and the beginning of the menu? should the menu not be in the middle of the screen?
See https://www.dropbox.com/s/0ss1t8yepcmqf5e/menu%20space.png?dl=0
Best regards
Tonny
Hello,
Please add this code in custom.css file
@media (min-width: 768px){
.navbar-collapse.collapse {
padding-left: 50px !important;
}}
Regards,
Robert Hall.
thanks!! it works
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up