This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Issue with menu in Vantage theme

5 years ago · Last reply by Andrew Misplon 5 years ago

Home Page

This site uses the Vantage theme. There are 2 dropdowns in the menu:

WHAT IS GYNECOLOGIC ONCOLOGY?
ABOUT US

The dropdown menu is About Us works as expected – the submenu items are stacked on top of each other. However, under WHAT IS GYNECOLOGIC ONCOLOGY? the submenu items are next to each other. There has been no customization of this theme.

The issue seems to be the length of the parent item – when I remove “GYNECOLOGIC ONCOLOGY?”, the submenu items stack on top of each other. However, the client wants the entire phrase in the parent item.

Any help would be appreciated.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 5 years, 5 months ago

    Hi, thanks for reaching out.

    I think this may have gone unnoticed because it looks like it only happens with a larger font size choice. Perhaps try adding to Custom CSS:

    .main-navigation ul ul li {
        display: block;
    }

    Is that any help?

  2. blackbearnj 5 years, 5 months ago

    No, that doesn’t seem to have helped.

  3. Andrew Misplon Staff 5 years, 5 months ago

    Thanks for trying. Please, try removing the rule previously added and instead use:

    .main-navigation ul ul li {
        float: none;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread