• Hello

    I have a question about the main menu. I am using it to show the categories of my blog. I have just added a new category and it’s ended up under the other 4 – is it possible to “stretch” out the menu so I can have all 5 categories in a straight row?

    Also, I tried placing one category as a sub-category of another, and it displayed when I hovered over the main category, but disappeared when I moved the curser to try to click on it – the hover did not hold in place to allow me to click. Can this be changed?

    Thank very much! 🙂

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    try this

    .site-tools {
        float: right;
        width: 20%;
    }.site-bar .nav {
        float: left;
        width: 80%;
        padding-top: 3px;
    }

    in your custom CSS box under Customize-▸Additional CSS

    Can you add a submenu and let me know?

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Hello

    Everything is now in a neat row – thank you!

    I tried setting a sub menu, but same issue – still unable to click on the sub item, although it appeared when hovering over the main item.

    Hi,
    can you try this

    .navigation li:hover > ul,
    .navigation .sfHover > ul {
      top: 24px;
    }

    in your custom CSS box under Customize-▸Additional CSS to bring the submenu closer
    Let me know if this works

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Main Menu – Add more items’ is closed to new replies.