Archived topic
Sider Template - Nav Menu Align Left
3 replies · Started by Darek on September 8, 2022
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
Hi Derek,
Can you provide the link to the site in question?
You may use the Private Information field for this: https://docs.generatepress.com/?s=private+information
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%;
}