center menu

Discussion in 'Squirrel WordPress Theme' started by rosy, Feb 25, 2013.

Thread Status:
Not open for further replies.
  1. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Hi I saw the other post for centering the menu and I tried the code below but it did not work...is there anything else I should be doing?
    #menu li.current-menu-item a, #menu li.current_page_item a {
    margin-left: 170px;
    }​
    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #menu .ddsmoothmenu li {
    float: none;
    display: inline-block;
    }
    #menu .ddsmoothmenu {
    text-align: center;
    }
    This will solve your issue.
     
    Nitesh likes this.
  3. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Worked great - even on my other inktheme - "infoway" - Thanks Piyush!
    RESOLVED ;)
     
Thread Status:
Not open for further replies.

Share This Page