[Resolved] Sider Template – Nav Menu Align Left

Home Forums Support [Resolved] Sider Template – Nav Menu Align Left

Home Forums Support Sider Template – Nav Menu Align Left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2337323
    Darek

    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

    #2337516
    Fernando
    Customer Support

    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

    #2337950
    Darek

    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.

    #2338267
    David
    Staff
    Customer Support

    Hi there,

    Try this:

    .main-navigation .main-nav>ul li {
        width: 100%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.