Move menu lower

Discussion in 'Figero WordPress Theme' started by zachdyer, Nov 6, 2013.

  1. zachdyer

    zachdyer New Member

    Joined:
    Oct 7, 2013
    Messages:
    1
    Likes Received:
    0
    I'm looking to have our menu centered in reference to our logo. The logo is 130x130px, and instead of it being flush with the top, we want it lower to be in line with the center of the logo.

    Thanks,
    Z
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #menu .ddsmoothmenu {
    margin-top: 65px;
    }
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     

Share This Page