• 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

gwolf70

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • August 5, 2013 at 9:07 pm in reply to: Adjusting Sidebar Height in Magazine Theme #54327
    gwolf70
    Member

    I have the same issue. I just want to make the sidebar with the same body's height. Any help ?

    July 24, 2013 at 5:05 pm in reply to: Magazine – Header – Responsive – #52371
    gwolf70
    Member

    OK I found the solution… EASY:

    #header .header-area {
    padding-top:125px;
    margin-bottom:10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; (INSTEAD OF 960PX)
    height: 100%; (INSTEAD OF 400PX)
    }

    No it's working perfect! Hope this solution helps.

    July 24, 2013 at 3:49 pm in reply to: Magazine – Header – Responsive – #52345
    gwolf70
    Member

    You're right header widget area is not responsive. But Genesis Responsive Slider is required in all the pages, so I found out a solution:

    1. Add Header area
    1. Register a widget area at genesis_header
    2. Unregister header widget area, remove header title and description
    3. Add CSS.

    CODE:

    1. Add header area:

    /** Add header area logo */
    add_action( 'genesis_header', 'header_area_logo' );
    function header_area_logo() {
    if ( is_active_sidebar( 'header-area' ) ) {
    echo '<div class="header-area">';
    dynamic_sidebar( 'header-area' );
    echo '</div><!-- end .header-area -->';
    }
    }

    2. Register a widget area:

    //* Remove the site title
    remove_action( 'genesis_site_title', 'genesis_seo_site_title' );
    //* Remove the site description
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );
    //* Remove the header right widget area
    unregister_sidebar( 'header-right' );

    3. ADD CSS:
    #header .header-area {
    padding-top:125px;
    margin-bottom:10px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 400px;
    }

    4. Comment or remove this CSS:
    .widget-area {
    float: right;
    padding: 5px 0 0;
    width: 180px;
    }

    Now Genesis Responsive Slider is showing in mobile devices BUT it cut off part of the images when resolution is below 1024px.

    Any clue?

    May 10, 2013 at 4:18 pm in reply to: Outreach Different Styles Sub Footer Left and Right #40389
    gwolf70
    Member

    I copied and pasted the image here but it's showing a broken link,  how can i do this ?

    May 10, 2013 at 10:34 am in reply to: Outreach Different Styles Sub Footer Left and Right #40316
    gwolf70
    Member

    Site is private now I can send you access info in a private message

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)

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