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; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
clear:both; clear:both;
font-size:13px; box-shadow:none;
font-size:17px;
} }
#top #footer .widget_nav_menu li{ background-color:transparent;} #top #footer .widget_nav_menu li{ background-color:transparent;}
@ -45,7 +46,7 @@
#top .widget_nav_menu ul ul li:before { #top .widget_nav_menu ul ul li:before {
content: "\2219"; content: "\2219";
position: absolute; position: absolute;
top:5px; top:0;
} }
#top .sidebar_left .widget_nav_menu ul ul li:before { #top .sidebar_left .widget_nav_menu ul ul li:before {
@ -59,7 +60,7 @@
#top .widget_nav_menu ul ul li a{ #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 { #top .widget_nav_menu {
padding-bottom: 0; padding-bottom: 0;
} /* }
#top .widget_nav_menu ul ul { #top .widget_nav_menu .nested_nav {
font-size: 0.98em; padding-bottom: 20px !important;
} */
#top .widget_nav_menu ul ul li:before {
top: 0;
} }
#top .widget_nav_menu ul ul li { #top .widget_nav_menu ul ul li {
line-height: 1.5em; 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. * POST STYLES.
@ -707,7 +696,7 @@ body.tax-quote_author_tag .quote-author a:hover {
} }
#legal a { #legal a {
color: #ffbf00; color: #ffbf00;
font-weight: 700; font-weight: 400;
font-size: 14px; font-size: 14px;
} }