Changing CSS, menus not working in Google Chrome.
-
I was changing some css to change the width of the sidebars and also to move the top horizontal menu items along to the left. I did this in Twenty Fourteen child theme,Jetpack Custom CSS and all works fine in Firefox but not in Google Chrome. Instead in Chrome the menus do not work and the pointer turns into a hand everywhere on the page not just on links? I’m not sure if my actions caused the problem? Help would be much appreciated.
plinthart.com
Here’s the code I used:-
nav[role=”navigation”] li {
margin-right: -10px;
}.site {
background-color: rgb(255,255,255);
max-width: 72.5%;
position: relative;
}
As with many times I ask for help it is because I have searched for the answer, found similar, tried and not worked and nothing meets my needs. Many thanks in advance.
- The topic ‘Changing CSS, menus not working in Google Chrome.’ is closed to new replies.