Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16020
    Natrium729
    Member

    Hi

    I just installed this theme, and there is only one thing I couldn’t manage to do. I am using no sidebars, and the main menu doesn’t look good aligned to the left. Is there a way to center it?

    Thanks for this great theme!

    #16028
    Sakin
    Keymaster

    @Natrium729: The menu is Catch Evolution is designed with left align. So, I need your site URL to check in your site and see how we can make it center through Custom CSS.

    #16046
    Natrium729
    Member

    Ok, so here it is:
    ulukos.com

    #16053
    Sakin
    Keymaster

    @Natrium729: Can you try adding in the following CSS in “Appearance => Theme Options = Custom CSS” box.

    #header-menu ul.menu {
        text-align: center;
    }
    #header-menu ul.menu li {
        display: inline-block;
        float: none;
    }
    #16054
    Natrium729
    Member

    Wow! That worked like a charm! Thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Centering the primary menu’ is closed to new replies.