How to reduce text size of blog title on mobile phone

  • Unknown's avatar

    Hi!
    For some reason, the size of the title of my blog is now appearing larger than I want on my mobile phone (but not on my laptop), so the last letter of my name has moved to the second line. How can I reduce the size of the text of the blog title?
    Many thanks!

    WP.com: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello

    It can be done via custom CSS please go to My Site → Appearance → Customize → Additional CSS and add the below code:

    @media screen and (max-width:680px){
    .site-title a{
    font-size:28px ;
    }}

    Please not that You can use the CSS editor to customize the appearance of any WordPress.com site with a Premium plan or higher

    For more info see this support page doc here: https://wordpress.com/support/editing-css/#access-the-css-editor

    Regards:

  • The topic ‘How to reduce text size of blog title on mobile phone’ is closed to new replies.