How Can I centralize de Menu in BIZWAY Theme?

Discussion in 'BizWay WordPress Theme' started by glucena, Apr 3, 2014.

Thread Status:
Not open for further replies.
  1. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Hi everybody,

    I need centralize the menu and remove the search icon from the menu.

    How can I do it?

    Best regards.
     
  2. Piyush

    Piyush Support Staff

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

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

    [​IMG]

    Now,
    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.
     
    glucena likes this.
  3. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    MANY THANKS!

    You all are GREAT!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page