Hi,
ist es möglich die Buttons des Warenkorbes in der Sidebar nebeneinander zu setzen? Ich hab schon die CSS aus diesem Threat verwendet #247866
#top div .widget_shopping_cart .button {
width: 51%;
float: left;
margin-bottom: 10px;
}
allerdings sind anschließend die Buttons untereinander. Ich hätte sie gern nebeneinander ;-)
Vielen Dank für die Hilfe.
Hi mexi33330!
Thank you for using the theme!
Do you mind if we take a look at the actual page with the shopping cart widget? We would like to check it.
Regards,
Ismael
Hi!
Thank you for the link.
Please use this on Quick CSS or custom.css to fix the buttons:
.woocommerce-page .button {
min-width: 100px;
min-height: 54px;
}
#top div .widget_shopping_cart .button {
width: 49%;
float: left;
}
#top div .widget_shopping_cart .button.checkout {
margin-top: 4px;
}
Best regards,
Ismael