Hi, We are constructing a debt repayment calculator https://www.bankruptcycanada.com/debt-repayment-calculator.php The results graph looks good on a desktop view but on the mobile devices the text below the graph becomes run together due to the lack of viewport width. Is it possible to remove the text (Consumer Proposal, Credit Counselling, Consolidation Loan, Regular Payments) from the graph on mobile devices but leave it for the desktop? Thanks
Yes, but what you should do is create a proper website - that site looks horrible, and the content is threwn all over the place. The code is also quite bad. Anyway, to get rid of the text, set a display: none; on the .jqplot-xaxis-tick class, when the screensize gets too small (basically, use an @media-rule in the CSS-file)