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.

Replies

7
  1. Magus Staff 10 years, 10 months ago

    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. Jordan Joves 10 years, 10 months ago

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

  3. Magus Staff 10 years, 10 months ago

    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. Jordan Joves 10 years, 10 months ago

    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. Magus Staff 10 years, 10 months ago

    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. Jordan Joves 10 years, 10 months ago

    I have that enabled and still not working…

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

  7. Magus Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread