I have an issue with a CSS problem that i cannot seem to locate, this is certainly not in my style.css and im confused as to where this is coming from.
Im trying to style my menu and it is causing me havoc in general.
The css that it is creating is the below:
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1.1em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
I have been informed that this is googles own style which is overiding my own.
Now i have added on this to my own CSS and overidden the 40px to 0 px !important on the padding-start. However i wish to avoid this.
Can anyone offer advice on how to resolve? As this is creating a large left hand padding on my menu (see website)
PLEASE IGNORE THE LOCATION OF THE MENU, as this hasnt been fully styled until i resolve this issue