Tagged: enfold, footer, shopping cart, Widget
Hi, we have a webshop in Enfold: http://www.lovewood.nl
The footer contains a shoppingcart widget, but this (the buttons) is not displayed correct.
See example: here
How can we fix this?
Any idea?
Looking forward to your response.
Jelle
Hey jdrijver!
Which browser and OS are you using? This is how i see it – http://i.imgur.com/IHuozxB.png
Regards,
Yigit
Hi, I am using Chrome on an iMac. 10.8.5.
Wordpress: Latest version.
Enfold: Latest version
WooCommerce: Latest Version
Our programmer has fixed it with Custom CSS:
div .widget_shopping_cart .button.checkout {float: left !important;}
div .widget_shopping_cart .button {margin-top:20px; padding:10px;}
.buttons .button{border-radius: 2px !important; float:left !important; width: 170px !important;
text-align: center;}