Hi,
I have an issue of button alignments of the shopping cart. On some pages buttons VIEW CART and CHECKOUT are not properly aligned.
Just click on the link in the private content, add a product to the cart and try to click on the home page and then HOVER on the shopping cart icon. You will see the two buttons not aligned properly.
Please can you help me with a quick fix?
Regards
D.
Also, with a cache plugin enabled the shopping icon disappears from the home page.
Cheers
David
Hi David,
Please try the following in Quick CSS under Enfold->General Styling:
p.woocommerce-mini-cart__buttons a {
float: none;
}
p.woocommerce-mini-cart__buttons a.wc-forward {
padding-left: 25px;
}
Best regards,
Rikard
Hi Rikard,
Thank you! That solved the issue!
Cheers
D.