Thread Starter
K
(@luissimo)
@elizah2020
I don’t think this will be updated in the core soon.
You can add this css to fix it in the meanwhile:
@media only screen and (max-width: 767px) {
.woobt-products .woobt-product {
display: grid !important;
grid-template-columns: 25px 50px 1fr 29px !important;
text-align: left !important;
}
}
Thread Starter
K
(@luissimo)
@elizah2020 no not yet. Sure we can add some js/css to hotfix it but it should be fixed in the plugin core. Unfortunately there is no support here so we are thinking about implementing this functionality on our own.