Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
i am trying to change my font size to responsive, so that it will be able to view the complete text in any devices.
For example,
Thanks in advance 😀
Solved! Go to Solution.
Hello Benchan,
I have tested this solution with StyleSheet :
https://www.w3schools.com/howto/howto_css_responsive_text.asp
It seems works fine.
Please find attached an example Project.
More details about this example :
.label_font_size_responsive {
font-size:10vw;
}
Best regards,
Samuel
Hello Benchan,
I have tested this solution with StyleSheet :
https://www.w3schools.com/howto/howto_css_responsive_text.asp
It seems works fine.
Please find attached an example Project.
More details about this example :
.label_font_size_responsive {
font-size:10vw;
}
Best regards,
Samuel
Thanks alot samuel, it works perfectly!! 😀