Home>Support>One row Submenu

One row Submenu

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].

Hi

is it possible via css to get the SubMenu in one Row ?

sample

hope you can help me

Thank you very much

Supparurk

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month 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. 9 years, 1 month ago Private Message - Supparurk Jittarmars

    This is a private message.

  3. 9 years, 1 month 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. 9 years, 1 month 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