Home › Forums › WoodMart support forum › The compare page is not optimazed for mobile phones… › Reply To: The compare page is not optimazed for mobile phones…
October 23, 2023 at 4:41 pm
#506407
Luke Nielsen
Keymaster
Hello,
It’s not a bug. It is specially made so that it is visible that there are products and there is a place to scroll.
If you do not like it, you can use the below code for making 2 columns:
@media (max-width: 768.98px) {
body .wd-compare-table td {
flex-basis: 50%;
}
}
Kind Regards