Home>Support>Drop down size issue

Drop down size issue

By Jordan Joves, 10 years ago. Last reply by Magus, 10 years ago.
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].

How can I match the drop down box the same size as the upper level menu, the sub menu look wider than the main menu.

Go hover to TECHNIQUE TIPS

URL: http://yogabliss-studio.com/bliss/

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, 1 month ago Magus
    Hi, I Work Here

    Hi Jordan Joves

    You can fix this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul ul {
        width: 100%;
    }
    
    .main-navigation ul ul a {
        width: 100% !important;
    }
    

    Let us know how you get on

    Magus

  2. 10 years, 1 month ago Jordan Joves

    thanks – how can i make the blue hovering same size now?

  3. 10 years, 1 month ago Magus
    Hi, I Work Here

    Hi Jordan

    Please replace the supplied CSS to this

     .main-navigation ul ul  {
        width: 100%;
    }
    .main-navigation ul ul li {
        width: 100%;
    }
    .main-navigation ul ul li a {
        width: 100% !important;
    }
    

    Thanks

    Magus

  4. 10 years, 1 month ago Jordan Joves

    thanks – I'm almost there

    How do i get the text to align center and for Mobile – I dont see the MENU on the responsive menu – I see the whole naviagtion still..

  5. 10 years, 1 month ago Magus
    Hi, I Work Here

    Hi Jordan Joves

    You can accomplish this using a theme setting. In your WordPress admin, navigate to Appearance > Theme Settings. Under the Navigation tab is a setting called Mobile Navigation. Enable this setting.

    Please let us know if you need any help with this.

    Magus

  6. 10 years, 1 month ago Jordan Joves

    I have that enabled and still not working…

    site: http://yogabliss-studio.com/bliss/wp-admin temp user/ pass == admin/house12

  7. 10 years, 1 month ago Magus
    Hi, I Work Here

    Hi Jordan

    You had the collapse point for the mobile menu set to 0 pixels so it would never fire. I have set it to 480px, if you need to make it collapse earlier just increase that value.

    Magus

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