• 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

Jane Theme Responsiveness

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 › Jane Theme Responsiveness

This topic is: not resolved
  • This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by pperkins81.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • December 30, 2013 at 8:38 am #82043
    pperkins81
    Member

    I've noticed a problem with the Jane theme I'm hoping someone can help me fix. When the browser is at certain sizes, the header widget (for me, Genesis eNews Extended) goes from one size to a much larger size, covering the header logo. Is there some way to fix the widget to a specific size, or to change the size at which it goes from appearing only on the right side of the header to appearing below the logo? I've tried to mess around with the widths in the stylesheet, but have had no such luck.
    Thanks,
    Paul

    http://paulperkins.com
    December 30, 2013 at 9:06 am #82046
    Sridhar Katakam
    Participant

    Add the following at the end of child theme's style.css:

    @media only screen and (max-width: 1139px) {
    
    	.site-header .enews-widget {
    		width: 360px;
    	}
    
    }
    
    @media only screen and (max-width: 1023px) {
    
        .site-header .widget-area {
    		width: 620px;
    	}
    
    	.title-area {
    		width: 300px;
    	}
    
        .header-image .site-header .wrap {
    		background-position: left top;
    	}
    
    }
    
    @media only screen and (max-width: 939px) {
    
    	.site-header .widget-area,
    	.title-area {
    		width: 100%;
    	}
    
    	.header-image .site-header .wrap {
    		background-position: center top;
    	}
    
    	.site-header .widget-area {
        	margin-top: 2rem;
    	}
    
    	.site-header .enews-widget {
        	float: none;
        	margin: 0 auto;
    	}
    
    }
    
    @media only screen and (max-width: 395px) {
    
    	.site-header .enews-widget {
    		width: 280px;
    	}
    
    	.enews-widget input[type="submit"] {
    	    font-size: 1.3rem;
    	}
    
    	.header-image .site-header .wrap {
    	    background-size: contain;
    	}
    
    	.header-image .site-title a {
    	    min-height: 150px;
    	}
    }
    
    @media only screen and (max-width: 320px) {
    
    	.header-image .site-title a {
    	    min-height: 130px;
    	}
    
    }

    Genesis Tutorials | Follow me on Twitter

    December 30, 2013 at 9:56 am #82063
    pperkins81
    Member

    Much better! Thanks for your help. Is it possible to keep the links at the top left from moving to the center until the logo and widget move to the center? Also, it looks like the white header area grows by a few pixels when the links move from the top left to the center.

    December 30, 2013 at 10:15 am #82070
    Sridhar Katakam
    Participant

    Replace the earlier CSS with

    @media only screen and (max-width: 1139px) {
    
    	.site-header .enews-widget {
    		width: 360px;
    	}
    
    }
    
    @media only screen and (max-width: 1023px) {
    
        .site-header .widget-area {
    		width: 620px;
    	}
    
    	.title-area {
    		width: 300px;
    	}
    
        .header-image .site-header .wrap {
    		background-position: left top;
    	}
    
    	.genesis-nav-menu,
    	.site-description,
    	.site-header .title-area,
    	.site-header .search-form,
    	.site-title {
    		text-align: left;
    	}
    
    }
    
    @media only screen and (max-width: 939px) {
    
    	.site-header .widget-area,
    	.title-area {
    		width: 100%;
    	}
    
    	.header-image .site-header .wrap {
    		background-position: center top;
    	}
    
    	.site-header .widget-area {
        	margin-top: 2rem;
    	}
    
    	.site-header .enews-widget {
        	float: none;
        	margin: 0 auto;
    	}
    
    	.genesis-nav-menu,
    	.site-description,
    	.site-header .title-area,
    	.site-header .search-form,
    	.site-title {
    		text-align: center;
    	}
    
    }
    
    @media only screen and (max-width: 395px) {
    
    	.site-header .enews-widget {
    		width: 280px;
    	}
    
    	.enews-widget input[type="submit"] {
    	    font-size: 1.3rem;
    	}
    
    	.header-image .site-header .wrap {
    	    background-size: contain;
    	}
    
    	.header-image .site-title a {
    	    min-height: 150px;
    	}
    }
    
    @media only screen and (max-width: 320px) {
    
    	.header-image .site-title a {
    	    min-height: 130px;
    	}
    
    }

    Genesis Tutorials | Follow me on Twitter

    December 30, 2013 at 10:31 am #82078
    pperkins81
    Member

    Great. For some reason, the header still expands in size when the sidebar widgets adjust to underneath the content. I really appreciate your help.

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

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