• Resolved msAniElle

    (@msanielle)


    I have two questions regarding the navigation bar in this theme:

    The address for the site in question is http://www.vitalityair.ca

    1) the menu items are not centered in the navigation bar area, and seem to be floating up. How do I get this to properly center?

    2) the secondary options are different widths than the primary options. Is there a way of making these items equal widths?

    Thanks in advance for the help!

    Cheers,
    -a

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

    (@alexgso)

    Hi msAniElle,

    Please navigate to WP Admin > Appearance > Custom CSS and add the following CSS:

    / * Move the navigation down to the center of the logo */
    .menu-menu-1-container {
        padding-top: 10px;
    }
    /* Equal width to parent menu */
    .main-navigation .sub-menu, .main-navigation .sub-menu .menu-item, .main-navigation .sub-menu .menu-item a {
    	width: 100%;
    }

    By the way, as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread. It should be noted that I only saw this thread by chance.

    Thread Starter msAniElle

    (@msanielle)

    Thanks very much!
    That worked perfectly. In the future I will use the priority email support.

    Cheers,
    -anika

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘two navigation bar questions’ is closed to new replies.