Hi – I’ve got Woocommerce installed with the Enfold theme here: http://www.littlefoxwebdesign.co.uk/manororganicfarm
There is a couple of display issue with the buttons which you can see here: http://www.littlefoxwebdesign.co.uk/manororganicfarm/shop-online/ in the Shopping Trolley widget in the sidebar.
Could you help me to fix this?
Thank you!
Hey kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button {
width: 51%;
float: left;
margin-bottom: 10px;
}
Best regards,
Yigit
Hi – that does make the buttons the same size but puts them one underneath each other. Is there any way to have them side by side on the same line but obviously with a small gap between to keep them as separate buttons?
Thank you!
Hi!
Please change the code to following one
#top div .widget_shopping_cart .button {
width: 47%;
float: left;
margin-right: 6px;
}
Best regards,
Yigit
Perfect! Thank you!