Comments Joshua started the conversationNovember 3, 2018 at 4:13pmI would like to change the size of menu bar how would I go about doing that? 93 djwd repliedNovember 6, 2018 at 3:12pmHi there,you would need to use Custom CSS for that.Increasing the padding of the menu items should work, something like .main-navigation a { padding-top: 25px; padding-bottom: 25px; }But it might lead to some other side effects I haven't thought of. You might want to try playing around with that. The code is to paste in theme options > Advanced > Custom CSSHope it helpsRegardsdjwd Sign in to reply ...
I would like to change the size of menu bar how would I go about doing that?
Hi there,
you would need to use Custom CSS for that.
Increasing the padding of the menu items should work, something like
But it might lead to some other side effects I haven't thought of. You might want to try playing around with that.
The code is to paste in theme options > Advanced > Custom CSS
Hope it helps
Regards
djwd