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
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
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?
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
Oh, yes. Please provide the code to make it smaller for smaller devices. :)
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;
}
}
thanks for your confirmation.