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.

Big Menu Issue

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

Hello Site Origin Team,

we really hope you are all doing great! We have a menu on our site: www.dor.activemarketing.mx that has 3-4 levels but we are having trouble displaying it since the last levels get cut off by the screen.

Please check: http://dor.activemarketing.mx/wp-content/uploads/2015/11/Screen-Shot-2015-11-09-at-9.43.52-AM.png

Is there a way to fix this? Maybe align de submenu horizontally?
Thanks in advance,
J.

URL: http://dor.activemarketing.mx/

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Jose

    This will need some more testing as I just did a quick test now. What we’re going to try do is take the drop down menus on the far right and have them appear on the left instead of the right.

    1. Custom CSS to try adding:

    .main-navigation ul li.left ul {
      left: initial;
      right: 0;
      text-align: right;
    }
    .main-navigation ul li.left ul ul {
      right: 100%;
    }
    body.has-menu-search .main-navigation ul {
    	margin-right: 0;
    }

    2. At Appearance > Menus click Screen Options top right and enable CSS Classes.

    3. At Appearance > Menus select the parent menu item you want to shift and enter a CSS class of:

    left
  2. Andrew Misplon Staff 10 years, 3 months ago

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