• Johan W

    (@johan-w)


    Hi!

    I want narrower at the height menu in vantage theme.
    Where do I go in and reduce the height?

    /Johan W

Viewing 2 replies - 1 through 2 (of 2 total)
  • HipHopSpeakeasy

    (@hiphopspeakeasy)

    that’s going to be in the style.css folder. Thing is, you don’t want to change the css in the original folder because when it updates, it will erase all of your modifications. I suggest creating a child theme and changing the code in there. Somebody else or Greg may be more able to direct you to the exact coding you need to change.

    Hi there Johan

    The simplest solution here is to find a custom CSS plugin. If you’re using Jetpack, this has its own CSS editor. The following code will change the height of the menu.

    .main-navigation ul li a {
       padding-top: 15px;
       padding-bottom: 15px;
    }

    You can reduce 15px to make it narrower.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘narrower menu!’ is closed to new replies.