Tagged: enfold, woocommerce
Hello
I am using:
I added the WooCommerce Cart Wiget to the Shop Overview Sidebar
But the two buttons “View Cart” and “Check Out” are misaligned, One slightly above the other (see picture on PhotoBucket)
I have played around with the CSS but have had no luck.
Does anyone know how to fix this?
Cheers
Hi LordLiverpool!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button { float: left; }
Best regards,
Yigit
Hey LordLiverpool!
Can you please give us a link to the actual website? We need to inspect it.
Best regards,
Ismael
Hi!
Nice website colors. Anyway, please add this on Quick CSS or custom.css:
.woocommerce-page .button {
min-width: 106px;
}
Best regards,
Ismael
Hi!
Hope you’re having a good day!
Please add this on your custom.css or Quick CSS:
dl.variation dd {
margin: -9px 0 0 3px;
}
td.product-name dl.variation dd {
margin: -10px 12px 0 0;
}
For further modifications, please visit Werkpress.
Regards,
Ismael