Center Top Menu

Discussion in 'ColorWay WordPress Theme' started by pstauble, Mar 6, 2013.

  1. pstauble

    pstauble New Member

    Joined:
    Mar 2, 2013
    Messages:
    1
    Likes Received:
    0
    Hi guys,

    In my top main navigation menu I only have 7 tabs and they are all on the left side. Would it be possible to center them? I have tried the code provided on the other threads with no success.

    The site is: www.patrickstaeuble1.com

    Additionaly it appears that my site works on firefox but not on chrome, do you know why this is? The problem is that the top menu tabs are not in a straight line when viewing the page on chrome.

    Thanks for your help!
    Patrick
     
  2. 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 li a {
    float: none;
    }
    #menu .ddsmoothmenu li {
    float: none;
    }
    #menu .ddsmoothmenu {
    float: none;
    text-align: center;
    }
    This will solve your issue.

    I have checked your website on chrome web browser, the top menu looks correctly .
     

Share This Page