Tagged: x
-
AuthorPosts
-
June 4, 2016 at 12:56 pm #1025814
AnonymousInactiveHi,
How can i change the size of fonts (only for mobile devices). On desktops it looks amazing and i’d like to keep it that way, but on mobiles it looks pretty untidy. How do i make the changes?
ThanksJune 5, 2016 at 2:53 am #1026362
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
June 6, 2016 at 12:50 am #1027418
AnonymousInactiveThis reply has been marked as private.June 6, 2016 at 3:45 am #1027619
ChristopherModeratorHi there,
Please disable cache plugin while developing your site.
Please add following code in Customize -> Custom -> CSS :
@media (max-width: 480px){ .h-landmark { font-size: 24px; } .p-landmark-sub{ font-size: 24px; } .entry-title { font-size: 150%; } }Hope that helps.
June 21, 2016 at 1:03 am #1052003
AnonymousInactivehi,
this does not workJune 21, 2016 at 1:59 am #1052053
FriechModeratorHi There,
Would you mind to clarify which fonts you’re referring to? Perhaps provide us screenshot.
Thanks.
June 22, 2016 at 9:49 am #1054427
AnonymousInactiveThis reply has been marked as private.June 22, 2016 at 10:51 am #1054522
JadeModeratorHi there,
Please update the code to:
@media (max-width: 480px){ .h-landmark { font-size: 24px; } .p-landmark-sub{ font-size: 24px; } .entry-title { font-size: 150%; } .single .entry-content h1 { font-size: 200%; } .single .entry-content h2 { font-size: 150%; } }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1025814 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
