Thanks.
]]>You can add this to your Child Theme style.css file, or by using a Custom CSS plugin.
body footer.site-footer {
padding-top: 20px;
}
.uneo-widget-footer {
padding-bottom: 20px;
}
.logo-bottom-footer a {
margin: 0;
}
Hope this helps.
]]>May be another thing you can help me, i want to remove the white space between my footer content and the main page content on the woocomerce single product page, eg check here https://www.terndesigns.com/plans/pc-351/
Note:, this only appears on the woocommerce single product pages only and the background(black pattern) image is from the Visual composer.
Am using woo-single page builder plugin to build the Single product page.
Thanks
Abbey
.single-product .uneo-widget-shopfooter {
padding-top: 0;
}
Hope this helps.
]]>