Yith Compare plugin Broken on mobile devices [SOLVED]
You can add the following css code in Dashboard > Appearance > Customize > Additional CSS.
@media(max-width:480px){ table.compare-list td img { width: 100px; } table.compare-list tbody th { min-width: 80px !important; padding: 6px 0; padding-left: 3px; } }