Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61466
    abaliv
    Participant
    Premium Member

    Hi,  the customizer does not provide any option to change font-size or header size for mobile devices.  How can I modify these two parameters?  Thanks

    #61475
    vako
    Keymaster
    WP Royal Team

    Hi Abaliv,

     

    Actually, the mobile styles are default, after resizing the browser window or on the mobile phones site title will automatically scale down.

    If you have any issue with the font size please share your website URL and we will correct it with custom CSS snippets.

     

    Kind Regards

    #61479
    abaliv
    Participant
    Premium Member
    This reply has been marked as private.
    #61526
    vako
    Keymaster
    WP Royal Team

    Hi Abaliv,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 880px) {
    .entry-header {
    height: 80px !important;
    }
    }
    @media screen and (max-width: 880px) {
    .header-logo a {
    font-size: 20px !important;
    }
    }

     

    Kind Regards

    #61528
    abaliv
    Participant
    Premium Member

    Hi Vako,

    Many thanks for your response.   The code snippet worked!  Looks great now.

    Thanks again for your help.

    Rgds,

    -Abaliv

    #61564
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.