PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Responsive issue - Tails

Solved
solutions

Aug 14th, 2023 07:51 AM

I am experiencing issues with responsiveness. It looks good in the Tails backend but when viewed on the phone the text alignment etc not looking good. How can I resolve this?WhatsApp Image 2023-08-14 at 9.47.00 AM.jpegWhatsApp Image 2023-08-14 at 9.47.00 AM (1).jpegtails_responsive.jpg

bobbyiliev

Aug 14th, 2023 11:59 PM

Best Answer

Hey!

It looks like that you have an extra class of text-5xl which applies to all devices smaller than 640px,

If you remove that class from the header tag it will work as normal on extra small devices.

Let me know how it goes!

Best,

Bobby

solutions

Aug 15th, 2023 11:50 AM

Thanks a million!!