• Hey Guys,
    I was wondering if someone could help me shorten the main navigation box. Basically right now, the colored box spans the full width of the page regardless of how many menu option I have. I am looking for the menu box to end after my last menu button. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • can you give your website URL so people can take a look? ??

    Thread Starter ahancock08

    (@ahancock08)

    Good suggestion. Here is the URL right now: https://69.195.124.127/~kellyha4/home/

    I’m at the very beginning stages of design, hence the simple canvas. I am trying to get right of the extra block of menu after the “Website” button. Thanks a lot.

    Try this one out and see how it works for you. You can add this rule declaration to your custom CSS in your WordPress dashboard Appearances -> Theme Options -> CSS Styles

    #site-navigation, #site-sub-navigation {
    margin-right: 65.2%;
    }

    #site-navigation li a, #site-sub-navigation ul ul li a {
    width: 287%;
    }

    Thread Starter ahancock08

    (@ahancock08)

    That’s what I needed. Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main Navigation Width’ is closed to new replies.