Site logo

Archived topic

Sider Template - Nav Menu Align Left

3 replies · Started by Darek on September 8, 2022

Viewing posts 1–4 of 4

I'm writing because I've tried everything (that I'm capable of). How do I align the menu items to the left?

I've tried:

.main-navigation .main-nav>ul {
align-items: left;

but it didn't work.

Thank you

Hey Fernando, thank you for responding.

I have the site loaded on a local server and since I'm a single license user, I'm not sure if I'm allowed to install it on an additional staging server. But what I have so far is identical to the Sider Template site. I left the custom CSS untouched, but I want the "sidebar" text left aligned.

Hi there,

Try this:

.main-navigation .main-nav>ul li {
    width: 100%;
}
This archived topic is closed to new replies.