Home › Forums › WoodMart support forum › Can't see the Compare Button on Mobile I need this › Reply To: Can't see the Compare Button on Mobile I need this
December 31, 2018 at 9:19 am
#99325
Elise Noromit
Member
Hello,
Please replace the code with this one:
.woodmart-hover-base .product-compare-button a {
margin-bottom: 0;
}
@media (max-width: 768px) {
body .woodmart-hover-base.product-no-swatches .wrapp-swatches {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body .woodmart-hover-base .product-compare-button {
display: block;
}
}
Best Regards