How do I charge the same font that carry on the desktop screen on devices? On Ipad and Samsung do not carry the same text fonts.
In devices texts are huge and titles cut in the middle.
LINK
Hey mleite1,
I’m unable to view any content on your site.
Please elaborate the issue and share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
vinay, thanks for the feedback. but you notice is required to access a desktop and a tablet or mobile. otherwise you will not understand what I say. you will notice the differences in titles and formatting of the text. They are different.
Hey!
Yes, we tried to load your page, but we can not see any content at all, to the link you are providing us, that is why we can not help.
Hope you understand
Regards,
Basilis
Hi,
It’s not clear what you are refering to as the link you provided is a blank page with just the header and footer. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Vinay
Hi,
you can modify text size on mobile with this code:
@media only screen and (max-width: 767px) {
.avia_textblock p {
font-size: 17px !important;
}}
Though, I think it would be best to do this at first: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then use a custom css class for specific elements only.
Best regards,
Andy