We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ebeaf commit af62f81Copy full SHA for af62f81
style.css
@@ -3679,15 +3679,19 @@ footer .widget_product_search .woocommerce-product-search:before {
3679
position: absolute;
3680
color: transparent !important;
3681
right: 0; }
3682
-
+.widget {
3683
+ margin-bottom: 24px;
3684
+}
3685
#colophon .site-info {
3686
margin-top: 15px; }
3687
#colophon .widget {
3688
display: inline-block;
3689
width: 100%; }
3690
#colophon .widget ul {
3691
padding-left: 0;
- margin-left: 0; }
3692
+ margin-left: 0;
3693
+ margin-bottom: 0;
3694
3695
#colophon .widget ul li {
3696
margin-right: 0; }
3697
#colophon .widget .widget-title {
0 commit comments