Home>Support>Manually Change drop-down width of main menu

Manually Change drop-down width of main menu

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 5 months ago oli_e

    It works. Perfect. Thank you really much!

  3. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More