Home>Support>One row Submenu
  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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. 8 years, 4 months ago Private Message - Supparurk Jittarmars

    This is a private message.

  3. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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. 8 years, 4 months ago Supparurk Jittarmars

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More