Forums
(@joelpcz)
1 year, 11 months ago
Another issue is with widget button. There is CS URL only.
Screenshot: https://staging.kolovrat.cz/Screenshot_20221207_194825.png
2 years ago
Done
Hi,
any news about this issue?
2 years, 11 months ago
Yes,
but is this good behavior? I thing better is if hide if everything is the same only. Or the best, in my opinion, is to hide the same attributes only. From my example would be:
hidden: beige, light shown: red and blue, green
beige, light
red
blue, green
3 years, 4 months ago
you can use this css:
/*mobile compare*/ @media only screen and (max-width: 770px) { .br_show_compare_dif, .br_remove_all_compare { position: absolute; z-index: 150; } .br_show_compare_dif { top: -3em; } .br_remove_all_compare { top: -2em; } }
But it’s still impossible to remove one product on mobile. This addon is not mobile first.