themia menu alignment

Discussion in 'Themia WordPress Theme' started by rostin, Feb 14, 2015.

  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    hello,
    I would like to align the menu to the center.
    Is this possible?
    Default is RIGHT.

    thank you
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    For this you have to do some code customization in header.php file.
    themia-16-feb-headermenu.png

    Code:
    div#MainNav {
      width: 85%;
      margin: 12px auto;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page