Position menu

Discussion in 'GoldenEagle WordPress Theme' started by dante, Feb 6, 2013.

  1. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hello
    I'm your customer. I bought your theme. I made this web site: http://www.nailscube.it/
    Can I move the menu on the right? Can you teach me as change position?
    Best regards
    Dante
     
  2. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hello,
    I wrote code this code:
    #menu .ddsmoothmenu {
    Text-align: right;
    }

    The menu is on two line. I would like it on one line.
    Best regards
    Dante
     
  3. 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 {
    text-align: right;
    margin-left: -40px;
    }
    Thanks.
     

Share This Page