Center main menu

Discussion in 'BlackBird WordPress Theme' started by cortlandwilliams43, Oct 16, 2014.

  1. cortlandwilliams43

    cortlandwilliams43 New Member

    Joined:
    Sep 27, 2014
    Messages:
    3
    Likes Received:
    0
    On my website: Universitypools.com I would like to center my main menu.
    I searched the forum but didn't anything on this, thanks.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu li a, #menu .ddsmoothmenu li{
    float: none;
    }
    #menu .ddsmoothmenu {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 14px;
    }
    #menu .ddsmoothmenu li > ul {
    top: 36px !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page