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

4
  1. Alex S Staff 9 years, 9 months ago

    Hi Supparurk,

    It might be possible. It all depends on how your theme handles sub menus. Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Supparurk Jittarmars Private 9 years, 9 months ago

    This is a private message.

  3. Alex S Staff 9 years, 9 months ago

    Hi Supparurk,

    Please note that your site has certain CSS rules that will prevent this from working exactly as intended. I would recommend removing any CSS selectors that have .main-navigation in them. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .site-navigation .menu-item {
    	position: initial !important;
    	left: initial !important;
    }
    .main-navigation ul li > ul {
    	left: initial !important;
    	margin-right: 0 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  4. Supparurk Jittarmars 9 years, 9 months ago

    Thank you very much Alex

    Supparurk

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