Center menu text

Discussion in 'Blackriders WordPress Theme' started by appointway, May 20, 2014.

  1. appointway

    appointway New Member

    Joined:
    Feb 8, 2014
    Messages:
    5
    Likes Received:
    0
    What code needs to be altered to center the menu text?

    Thanks, Dino
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu {
    text-align: center;
    } 
    This will solve your issue.
     
  3. appointway

    appointway New Member

    Joined:
    Feb 8, 2014
    Messages:
    5
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    2014-05-21_1732.png


    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page