Change position for left to match WordPress CSS standards.
This commit is contained in:
parent
1365515b74
commit
f8c52a8114
1 changed files with 1 additions and 1 deletions
|
@ -383,9 +383,9 @@ a:active {
|
|||
.main-navigation ul ul {
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||
float: left;
|
||||
left: -999em;
|
||||
position: absolute;
|
||||
top: 1.5em;
|
||||
left: -999em;
|
||||
z-index: 99999;
|
||||
}
|
||||
.main-navigation ul ul ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue