Okay
  Public Ticket #1770572
Making the Menu bar bigger
Closed

Comments

  • Joshua started the conversation

    I would like to change the size of menu bar how would I go about doing that?

  •  93
    djwd replied

    Hi 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 CSS

    Hope it helps

    Regards
    djwd