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
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.
This is a private message.
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.
Thank you very much Alex
Supparurk