Tagged: button, Cart, shopping, woocommerce
Hi!
I have just started with a webshop on http://www.kulturland.se/butik, and added the Shopping Cart widget to the right side. The buttons for “Show shopping cart” and “Checkout” are misplaced, I’m guessing it is because we’re using swedish as our language and the words are longer than in english.
– Do you know how to get these buttons on the same row: either by making them smaller, or by replacing the text inside them?
Screenshot – http://www.kulturland.se/wp-content/uploads/2014/02/shoppingcart.png
/ Andreas
Hey wieslander!
Please add this on Quick CSS or custom.css:
.widget_shopping_cart .button {
min-width: 105px;
}
Regards,
Ismael
Thank you very much, Ismael! It works well.