responsive page heading titles

Home Forums Legacy Support Support queries Styling issues responsive page heading titles

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #372506
    MeesterGijs
    Spectator
    Hello, I can I make the titles of pages responsive? So that they fit in one line when visiting a page on a phone? Check this page for example. It doesn't fit the screen. Thanks, Gijs
    #372609
    Veronica
    Moderator
    hi see the text is responsive http://somup.com/cr6lXK3bOq suppose if you have added the custom CSS to add the title in a single line but what, if the title is a little bit longer! like to change font-size, width etc for that you need to write many extra CSS code that you already have
    #372647
    MeesterGijs
    Spectator
    Dear Veronica, I don't really understand your text. There is no beginning or ending to sentences. I would say that the title is NOT responsive because the size doesn't change when the window/displayscreen becomes smaller. What do you suggest? Don't add more CSS?
    #372679
    Veronica
    Moderator
    ooh yes! one line got missed in the above reply let me explain to you. as in the video, the text is responsive according to the screen size and text. and take a use case that title is a little bit longer in that case, you need to write extra code for adjusting the text size for mobile and tablet size we have no issue if you want the code we will provide let us know your reviews please
    #372738
    MeesterGijs
    Spectator
    Oh, yes. Please provide the code to make it smaller for smaller devices. :)
    #372746
    Veronica
    Moderator
    I hope you want the same http://somup.com/cr621o3Yd2 @media(min-width:320px) and (max-width:425px){ section#title .pagetitle h1 { font-size: 30px !important; } }
    #372823
    MeesterGijs
    Spectator
    perfect! Let's close
    #372882
    Veronica
    Moderator
    thanks for your confirmation.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘responsive page heading titles’ is closed to new replies.