Making the page functional on a mobile phone

I am programming a chat app for students. My website works great on a PC. On tablets or mobile phones, however, everything looks totally bogged down.
On the homepage, for example, the logo is different under the text: Schüler Chat - Die Plattform für alle Schüler! (meg-chat.de).
And in the chats, some messages are no longer readable at all.
Does anyone have any tips for me?
I am really desperate.

Thanks a lot for all the answers!

You are making a chat app for students, but it looks bad on mobile devices. You need to make your website responsive, so it can adjust to different screen sizes. You can use media queries, flexible layouts, and fluid images to do that. You can find more tips on W3Schools. I hope this helps you.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.