Centering menu and...

Discussion in 'Poloray WordPress Theme' started by drennoa, Feb 5, 2014.

  1. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hi,

    1. We still cannot remove the Google analytics code.

    2. Is there a way to center the menu? On smaller monitors the menu appears to be centered but on larger monitors it is not centered. How can we center the menu so it's centered on any screen?

    Thank you for your time.


    Capture.PNG
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1. Go to
    Appearance > Theme Option > General settings > Tracking Code
    and put your Google tracking code in script tag.

    Code:
    <script>Google tracking code</script>  
    2. We have checked your website and it seems you have already done it by yourself.



    Thanks & Regards
    Gourav Shrivastava
     
  3. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hi Gourav,

    I know it seems as though it is centered, however it is not when viewed on a larger screen. Please take a look at the screen shot in the picture from the previous post. As you can see on our 27" monitor it is not centered.

    Thank you for all your expertise.
     
  4. 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_bar {
    width: 100%;
    }
    #menu {
    float: none;
    text-align: center;
    }
     
    This will solve your issue.
     

Share This Page