Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025814
    Anonymous
    Inactive

    Hi,
    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?
    Thanks

    #1026362
    Christopher
    Moderator

    Thanks 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.

    #1027418
    Anonymous
    Inactive
    This reply has been marked as private.
    #1027619
    Christopher
    Moderator

    Hi 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.

    #1052003
    Anonymous
    Inactive

    hi,
    this does not work

    #1052053
    Friech
    Moderator

    Hi There,

    Would you mind to clarify which fonts you’re referring to? Perhaps provide us screenshot.

    Thanks.

    #1054427
    Anonymous
    Inactive
    This reply has been marked as private.
    #1054522
    Jade
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1025814 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>