• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Adjust Mobile Browser Site Title Text Size

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Adjust Mobile Browser Site Title Text Size

This topic is: not resolved

Tagged: mobile browser site title text

  • This topic has 2 replies, 2 voices, and was last updated 11 years ago by seoskyrocket.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • January 22, 2015 at 4:25 pm #138314
    seoskyrocket
    Member

    I widened the site title text area on non-mobile browsers and it looks the way I want it to look (both the site title and tagline displaying on one line). On mobile browsers, however, both the site title and the tagline are on two lines. Is there a way to control that? Thanks in advance for your help!

    https://www.sylvaniachurch.com
    January 22, 2015 at 5:57 pm #138322
    Marcy
    Participant

    .site-title {
    font-size: 34px;
    }
    is what defines the size of "Sylvania Church".

    You could add that in one of the @media sections or add a new one, that makes the font-size smaller than 34px.

    .site-description {
    font-size: 16px;
    }
    is the size of "A Christ-Centered Reformed Baptist Church".
    You could make it smaller at smaller screen sizes in the last @media section too.

    One other thing that you could do, is to give the .title-area a width of 100% at smaller screen sizes, and maybe the text would fit better.

    It looks to me like you are using a custom CSS editor? If not you can edit your style.css.
    Just find the @media only screen and (max-width: 480px) { section.

    So you could try this below what you added in the custom CSS editor:

    .title-area {
        width: 350px;
    }
    @media only screen and (max-width: 480px) {
    
    	.title-area {
    		width: 100%;
    	}
    
           .site-title {
                   font-size: 28px;
           } 
    
    	.site-description {
                   font-size: 14px;
          } 
    }

    Marcy | Amethyst Website Design | Twitter

    January 22, 2015 at 8:53 pm #138363
    seoskyrocket
    Member

    That worked! Thank you for your help!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble