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.

Manually Change drop-down width of main menu

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hey guys, I do need a little help with the Vantage theme.

When you visit my website http://www.managementsystem-mal-einfach.de there’s a menu bar below the header. If you hover over the single points like “Managementsysteme”, the submenus appear in a drop down. The problem: the names of those submenus are split in half, but every single point should have its own single line without a line break in it.

How can I solve the problem ?

Thank you really much!

URL: http://www.managementsystem-mal-einfach.de

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi oli_e

    Try inserting the following under Appearance > Custom CSS:

    /* Vantage Sub Menu Width */
    .main-navigation ul ul a {
      width: auto !important;
    }
    .main-navigation ul ul li {
    min-width: 250px;
    white-space: nowrap;
    width: 100%;
    }

    Edit the 250px figure there as required.

  2. oli_e 11 years, 1 month ago

    It works. Perfect. Thank you really much!

  3. Andrew Misplon Staff 11 years, 1 month ago

    Super, glad that helped.

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