Trying to figure out how to make a specific cell in a table disappear when viewing an HTML page on mobile devices, while having a width of 20% for desktop. However, the issue is that even though the table cell is invisible on mobile, it still occupies space. I have come across various solutions online mentioning that 'display:none' should not take up space, but so far, I haven't been able to achieve that result.
This cell should be 20% wide on desktop but invisible on mobile. | This cell should be 60% wide on desktop and 100% wide on mobile. | This cell should be 20% wide on desktop but invisible on mobile. |