improved position of menu dropdown arrows
This commit is contained in:
parent
7ce4586bb3
commit
6ad1b5904d
4 changed files with 4 additions and 1 deletions
|
@ -87,6 +87,7 @@ $site-branding-height: 68px;
|
|||
|
||||
.primary-navigation .menu-item-has-children > .svg-icon {
|
||||
margin-top: -2px;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -274,6 +274,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
|
||||
.site-header .primary-navigation .menu-item-has-children > .svg-icon {
|
||||
margin-top: -2px;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
.site-header .primary-navigation > div > ul li, .site-header .woo-navigation > div > ul li {
|
||||
|
|
|
@ -274,6 +274,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
|
||||
.site-header .primary-navigation .menu-item-has-children > .svg-icon {
|
||||
margin-top: -2px;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
.site-header .primary-navigation > div > ul li, .site-header .woo-navigation > div > ul li {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue