-
AuthorPosts
-
November 19, 2015 at 1:03 pm #538928
Hi,
I need different font size in desktop than on mobile,
is there a way to create content that will be shown only on mobile and the other way?Thanks
TalNovember 19, 2015 at 6:44 pm #539155Hi talelie!
You could use CSS to hide elements on mobile / desktop but it would probably be better to just use CSS to change their font size.
@media screen and (max-width: 767px) { }Add your CSS inside that and it will only be applied on small screens.
Regards,
ElliottNovember 22, 2015 at 10:20 am #540324Hi Eliot, I have tried this CSS, but it does not effect the ‘text block’
can you please see it here: http://sites.wiseway.co.il/valuecardThanks
TalNovember 22, 2015 at 9:35 pm #540431Hey!
You will have to assign a class, inside the media selector and then, added to any module.
Here are some more info:
https://css-tricks.com/conditional-content-via-css-media-queries/Please let us know if you need more help
Cheers!
BasilisNovember 23, 2015 at 9:01 am #540570Hi Basilis,
I have place an ID for the color section,. but still does not work.
November 23, 2015 at 2:29 pm #540845Hi!
If following code does not work
@media only screen and (max-width: 769px) { #your-custom-id { display: none !important; }}Please create a temporary admin login and post it here privately.
Best regards,
YigitNovember 23, 2015 at 3:18 pm #540910Hi Yigit, I do not want to hide it from the mobile, I just want that the text area, will be shown in smaller font size while on mobile.
I have managed to do so with the “special heading” but not with the “text area”
Thanks
TalNovember 24, 2015 at 6:00 pm #541831Hey!
I’m not sure which textblock your referring to but you can use this to change the font size for all textblocks.
@media screen and (max-width: 767px) { .avia_textblock, .avia_textblock * { font-size: 12px !important; } }You can also do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to give them each a class to target with. Or use the color section ID they are placed in.
Regards,
ElliottNovember 25, 2015 at 8:35 am #542198Hi Elliott, It works great!
Thanks -
AuthorPosts
- The topic ‘mobile only content’ is closed to new replies.
