Tagged: navigation
Hi This is a great theme, I really enjoy using it, However this time the client is asking me to make the main navigation of the website a little more sleek, I would like to reduce its height, Please Help me out
This is the link to my website >>>> http://frontdesign.in/new/
Navigation currently has the default height provided with the theme
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#header_main .container { height: 60px!important; line-height: 60px!important; }
.fixed_header #main { padding-top: 60px; }
By default it is 88px
Regards,
Yigit
Thanks a lot mayne, Thanks a lot!
But there is something wrong with the fonts they move upwards when i scroll, Please Chk the link
Hi,
Please add following code to Quick CSS as well
.main_menu ul:first-child > li > a { line-height: 60px!important; }
This should do it
Regards,
Yigit
This is not working :(
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.main_menu ul:first-child > li a { line-height: 60px!important; }
Then flush browser cache and refresh your page a few times.
Best regards,
Yigit
Thanks, It worked now :)