• Hi, just having another issue with the new site. The title and tag look good on desktop and ipad but do not fit well on mobile devices (due to title and tag word are long and I cant change the business title).
    I have tried reducing the size of the font which works but then it looks bad on desktop (too small). I have tried google but nothing suggested works.

    Is there a custom CSS code for this at all ?

    Thanks.

    • This topic was modified 6 years, 8 months ago by Jan Dembowski. Reason: Added URL

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Is it possible to share the URL, so we can review the same at our end and try to provide some solution?

    Waiting for your reply,

    Thanks.

    Assuming this is for the main title that reads “COOLANGATTA PHYSIOTHERAPY”, we can add some custom CSS to get a more desirable look.

    Include this in your custom css:

    @media (max-width: 768px) {
    .site-title {
        font-size: 30px;
    }
    body {
        word-break: inherit !important;
    }
    }
    

    Try that and let us know how it goes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title and tag line not fitting mobile devises’ is closed to new replies.