Se corrige visualización del menú de páginas tras actualización del tema padre Enfold

This commit is contained in:
Manuel Cillero 2018-12-12 00:44:45 +01:00
parent 904360e631
commit 1a3f8ecf83
3 changed files with 1062 additions and 18 deletions

View file

@ -37,7 +37,8 @@
-moz-box-sizing: content-box;
box-sizing: content-box;
clear:both;
font-size:13px;
box-shadow:none;
font-size:17px;
}
#top #footer .widget_nav_menu li{ background-color:transparent;}
@ -45,7 +46,7 @@
#top .widget_nav_menu ul ul li:before {
content: "\2219";
position: absolute;
top:5px;
top:0;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
@ -59,7 +60,7 @@
#top .widget_nav_menu ul ul li a{
padding:6px 0px 7px 12px;
padding:0 0 0 12px;
}

File diff suppressed because it is too large Load diff

View file

@ -149,24 +149,13 @@ body.home .content {
*/
#top .widget_nav_menu {
padding-bottom: 0;
} /*
#top .widget_nav_menu ul ul {
font-size: 0.98em;
} */
#top .widget_nav_menu ul ul li:before {
top: 0;
}
#top .widget_nav_menu .nested_nav {
padding-bottom: 20px !important;
}
#top .widget_nav_menu ul ul li {
line-height: 1.5em;
}
#top .widget_nav_menu ul ul li a {
padding: 0 0 0 12px;
}
#top .widget_nav_menu li {
box-shadow: none;
font-size: 17px;
}
/*
* POST STYLES.
@ -707,7 +696,7 @@ body.tax-quote_author_tag .quote-author a:hover {
}
#legal a {
color: #ffbf00;
font-weight: 700;
font-weight: 400;
font-size: 14px;
}