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.
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
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.
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.