Skip to content

Commit af62f81

Browse files
committed
Fixed Footer widgets spacing
1 parent 71ebeaf commit af62f81

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,15 +3679,19 @@ footer .widget_product_search .woocommerce-product-search:before {
36793679
position: absolute;
36803680
color: transparent !important;
36813681
right: 0; }
3682-
3682+
.widget {
3683+
margin-bottom: 24px;
3684+
}
36833685
#colophon .site-info {
36843686
margin-top: 15px; }
36853687
#colophon .widget {
36863688
display: inline-block;
36873689
width: 100%; }
36883690
#colophon .widget ul {
36893691
padding-left: 0;
3690-
margin-left: 0; }
3692+
margin-left: 0;
3693+
margin-bottom: 0;
3694+
}
36913695
#colophon .widget ul li {
36923696
margin-right: 0; }
36933697
#colophon .widget .widget-title {

0 commit comments

Comments
 (0)