Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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!! 😀