• 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

Logo Size on Mobile Corporate Pro

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 › Logo Size on Mobile Corporate Pro

This topic is: not resolved

Tagged: "corporate pro"

  • This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Terry.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • June 21, 2018 at 10:36 pm #221059
    defree99
    Participant

    I'm using Corporate Pro here:

    Home

    And the logo looks fine on desktop computers.

    But on my mobile phone the logo doesn't fit in the header space.

    I'm using an iPhone 7 plus.

    How can I fix this?

    June 22, 2018 at 5:22 am #221064
    Terry
    Member

    Corporate Pro is a mobile first theme which means the css is written for a smaller screen first.

    If you're comfortable editing the style.css, on or around line 1489 you'll be working here:

    .site-header > .wrap {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 60px;
        height: 6rem;
        transition: height 0.3s ease;
    }
    

    to change the height to:

        height: 100px;
        height: 10rem;
    

    If you're not comfortable editing the style.css, add the css to Appearance=>Customize=>Additional CSS

    .site-header > .wrap {
        height: 100px;
        height: 10rem;
    }
    

    Victor has a great post here on using the browser inspector to inspect and try out css changes. You can also see the different responsive views or different screen sizes in the inspector.

    Let us know how that works for you and mark it Resolved if you're all set.

    June 22, 2018 at 5:35 am #221066
    Terry
    Member

    This may create a duplicate post but the original isn't showing on my screen...
    ** if the great than sign is displaying as > sorry it's a greater than sign**

    The change will require editing the style.css if you're comfortable with that, or adding css to the Customizer.

    For the style.css edit, on or around line 1489 you'll change the height.
    from

    .site-header > .wrap {
    	position: relative;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-align: center;
    	align-items: center;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	height: 60px;
    	height: 6rem;
    	transition: height 0.3s ease;
    }
    

    to

    .site-header > .wrap {
    	position: relative;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-align: center;
    	align-items: center;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	height: 100px;
    	height: 10rem;
    	transition: height 0.3s ease;
    }
    

    or you can add the css to the Customizer. In the WP Admin Appearance=>Customize=>Additional CSS

    .site-header > .wrap {
    	height: 100px;
    	height: 10rem;
    }
    

    Let us know how you make out and mark the post "Resolved" when you're all set.

    June 22, 2018 at 6:57 am #221072
    defree99
    Participant

    Thank you!

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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

© 2023 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