Skip to content

Commit b3f5602

Browse files
committed
Fixed Menu & Pages Style Widget
1 parent 21c9965 commit b3f5602

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,8 @@ nav.fixed.scrolled {
18081808
}
18091809

18101810
/* Widget Menu */
1811-
.widget_nav_menu .sub-menu {
1811+
.widget_nav_menu .sub-menu,
1812+
.widget.widget_pages ul.children {
18121813
border-top: 1px solid #ebebeb;
18131814
padding-top: 20px;
18141815
margin-top: 20px;
@@ -3350,7 +3351,9 @@ footer.bg-dark a {
33503351
margin-bottom: 20px; }
33513352
.widget.widget_archive > div ul li:last-of-type, .widget.widget_archive ul li:last-of-type, .widget.widget_categories > div ul li:last-of-type, .widget.widget_categories ul li:last-of-type, .widget.widget_meta > div ul li:last-of-type, .widget.widget_meta ul li:last-of-type, .widget.widget_pages > div ul li:last-of-type, .widget.widget_pages ul li:last-of-type, .widget.widget_nav_menu > div ul li:last-of-type, .widget.widget_nav_menu ul li:last-of-type {
33523353
border: none;
3353-
padding-bottom: 0; }
3354+
padding-bottom: 0;
3355+
margin-bottom: 0;
3356+
}
33543357
.woocommerce .widget_layered_nav ul li span, .widget.widget_archive > div ul li span, .widget.widget_archive ul li span, .widget.widget_categories > div ul li span, .widget.widget_categories ul li span, .widget.widget_meta > div ul li span, .widget.widget_meta ul li span, .widget.widget_pages > div ul li span, .widget.widget_pages ul li span, .widget.widget_nav_menu > div ul li span, .widget.widget_nav_menu ul li span {
33553358
font-size: 12px;
33563359
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

0 commit comments

Comments
 (0)