• 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 and Header Widget spacing Lifestyle 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 › Design Tips and Tricks › Logo and Header Widget spacing Lifestyle pro

This topic is: not resolved

Tagged: lifestyle Pro, mobile header

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by jbergen.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 30, 2014 at 5:59 am #126252
    greenglow
    Member

    Hi,
    We were having a problem with the rendering on ipad. The same issue is on smaller screens but less of a problem.
    The logo was centered on iPad.
    I changed this CSS below in the 1023 media query section from center to left and this solved the logo positioning.

    .header-image .site-title a {
    background-position: left !important;

    However there is a large amount of white space below the logo as the header widget moves under the logo on 760, and on 480 the logo and header widget are not aligned-the logo is off to the left and the widget to the right.

    I figured I would ask before complicating things more by making incorrect attempts.
    Any direction is welcome.
    Thanks!

    http://maritharney.com/
    September 30, 2014 at 11:56 am #126324
    jbergen
    Member

    Hi,

    It looks like the first issue is that the header widget falls below and to the right of the logo at 1023px. To fix that, you can adjust the width of the .title-area (logo) in that media query. If you add the CSS below to style.css at the end of the max-width 1023px media query, the header widget will stay to the right of the logo (and not fall below) on iPad-sized screens.

    .title-area {
    	width: 50%;
    }

    Then in the max-width 767px media query, you can make the logo and header widget stack and center by adding/removing the following code:

    Remove:

    .header-image .site-title a {
        background-size: contain !important;
        float:left!important;
    }

    Add:

    .site-header {
        text-align: center;
    }
    
    .site-header .widget-area {
        float: none !important;
        width: 100% !important;
        clear: both;
    }
    
    .title-area {
        float: none !important;
        width: 100%;
    }
    
    .header-image .site-title a {
        background-position: center !important;
    }

    I hope that helps!
    Jamie


    Jamie @ Ladebug Studios

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ 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