Forums
Forums / Fixing WordPress / Increasing menu height
(@clare99)
8 years ago
Hi there. Can anyone advise how to increase the height of my menu. There are posts on reducing but not increasing. Thanks
The page I need help with: [log in to see the link]
(@addweb-solution-pvt-ltd)
Hello clare99,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
header .navbar-default .navbar-nav a { padding-top: 25px; padding-bottom: 25px; }
Hope this will helps you.
Thanks.
(@wpbees)
Hello there,
Try these two.
#megaMenu > ul.megaMenu > li.menu-item > a, #megaMenu > ul.megaMenu > li.menu-item > span.um-anchoremulator{ padding-top:20px; padding-bottom:20px; }
or
#megaMenu ul.megaMenu{ height:50px; }
The topic ‘Increasing menu height’ is closed to new replies.