This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!
Tagged: Mobile Fonts
- AuthorPosts
- February 23, 2015 at 8:47 pm #7104
Is there a way to serve specific font size for mobile users?
For example my h2 are perfect size on large screens but once you go to a mobile browser they are huge and quite ugly since they don’t fit accordingly. Additionally I was wondering if they could be center as well.
I also want to do the same for the paragraphs. where I want them at 22px in desktops (which i can set in the typography settings) and serve 18px to mobile users.
I tried this code and did not work 🙁 hope you guys can shed some light on this.
@media (max-width: 400px){ h2 {font-size: 26px; text-align: center; } }
and for paragraphs
@media (max-width: 400px){ p {font-size: 16px; } }
thank you in advance.
- February 24, 2015 at 10:05 am #7116
Hey there, You must be logged in to view this reply!
- February 24, 2015 at 10:52 pm #7132
Haha well I like big words cuz they are easier on the eyes 🙂
It didnt work. I deleted the code you told me and added this
@media (max-width: 400px){ h2 {font-size: 26px; text-align: center; } }
and also tried it like this
@media (max-width: 400px){ /h2 {font-size: 26px; text-align: center; }/ }
did not work
- February 25, 2015 at 7:08 am #7154
Hey there, You must be logged in to view this reply!
- February 25, 2015 at 7:18 am #7155This reply has been marked as private.
- February 26, 2015 at 8:58 am #7191
Hey there, You must be logged in to view this reply!
- March 1, 2015 at 7:13 pm #7321
I finally had the time to upload the new mod of sparkles but nothing changed. I implemented it in the testing website I have and the sidebar doesn’t show on mobile devices when activated… and the font seems to be the same as before.
- March 2, 2015 at 3:26 pm #7369
Hey there, You must be logged in to view this reply!
- March 5, 2015 at 11:48 pm #7538
I installed the new version in my test website and is still the same. The second sidebar doesn’t show on mobile. Very wierd.
- March 6, 2015 at 7:45 am #7550
Hey there, You must be logged in to view this reply!
- March 7, 2015 at 8:46 am #7591
ooooh I see. It always worked but only when is activated. I assumed you could use it even if if wasn’t displaying in the real website. I kinda wanted to have a ghost sidebar that I could use specifically for mobile or smaller screens
- March 9, 2015 at 5:03 am #7625
Hey there, You must be logged in to view this reply!
- March 9, 2015 at 7:51 am #7645
Lol well that is sad 🙁 it will be freaking awesome having a dedicated sidebar for mobile. You could do a lot of handy stuff.
- March 9, 2015 at 8:01 am #7647
Hey there, You must be logged in to view this reply!
- March 9, 2015 at 8:08 am #7648
You know how when you have 2 sidebars activated you can either choose to hide the main sidebar and show the sub sidebar in mobiles or viceversa, just exactly the same but with an added 3rd sidebar called ‘ mobile sidebar’ where it doesn’t show in desktops but it does in mobiles. That will allow you to show thumbnails that work better for mobiles. Have you ever downloaded a plugin that looks amazing in wide screens but not so in small ones. This is where having a 3rd sidebar that does not appear in wide screens works. But I guess you could always use Css to hide things that you don’t want for smaller screens.
Perhaps for people that are not that good with css ,this will be a life saver.
- This reply was modified 7 y, 2 mo by
Erick.
- This reply was modified 7 y, 2 mo by
Erick.
- This reply was modified 7 y, 2 mo by
- March 9, 2015 at 5:26 pm #7673
Hey there, You must be logged in to view this reply!
- March 11, 2015 at 7:08 pm #7777
Thank you maxxi 🙂
- AuthorPosts
- You must be logged in to reply to this topic.
This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!