Menu items next to the site logo in Corp theme
Hello, I am using CORP theme.
Is it possible to have my main menu items aligned to the LEFT?
Now, by default, site logo is on the left, but items on the right.
So my header will be in one row: logo – menu item 1 – menu item 2 – etc.
Thank you very much!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Budlix,
You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:
.main-navigation { text-align: left; width: 100%; } .main-navigation .search-toggle { float: right; }You might also need to install the SiteOrigin CSS Editor.
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.