• 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

Responsive Header Increase, Education Theme

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 › Responsive Header Increase, Education Theme

This topic is: resolved

Tagged: education, header height

  • This topic has 17 replies, 2 voices, and was last updated 11 years, 7 months ago by suecline.
Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • July 11, 2014 at 1:30 pm #113929
    suecline
    Member

    Hi -

    We're nearly finished building out our client's new site, but we need to increase the size of the header to allow a search box and not screw up the theme being responsive.

    Here is the draft site: http://209.59.178.236/~gses14/

    Can anyone suggest a solution for increasing the header height and maintaining responsiveness?

    Thanks -

    Sue

    http://209.59.178.236/~gses14/
    July 11, 2014 at 3:45 pm #113956
    AnitaC
    Keymaster

    Look for this and change the min-height to about 141px:

    #header .widget-area {
        float: right;
        min-height: 95px;
        padding: 25px 0 0;
        position: relative;
        width: 740px;
    }

    It looks fine on 320px when you do this, however when you flip to 480 there isn't a padding at the bottom. You can add this to the media queries under the 1200 size, which should be enough padding.

    #header .searchform {
        	padding: 15px;
    }
    

    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 4:36 pm #113965
    suecline
    Member

    Anita thank you!

    I got the first part added no problem but can't quite figure out the 2nd part of your suggestion.

    I'm guessing I need to add a new section, something to the effect of this?


    @media
    screen and (max-width:1200px)

    Thanks again for the speedy response!

    Sue

    July 11, 2014 at 4:38 pm #113966
    AnitaC
    Keymaster

    Yes, just add that to there. And it should be fine.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 5:48 pm #113968
    suecline
    Member

    Thank you again!

    I got the search box visible and sort of positioned well by making the min-height: 160px;

    Now I've got an odd grey bar that wasn't there before behind the tabs running horizontally through the area.

    Is there a way to remove that?

    July 11, 2014 at 5:55 pm #113969
    AnitaC
    Keymaster

    Okay, look for this:

    #header {
        background-color: #fff !important;
        background-position: center top !important;
        border-top: 4px solid #eee;
        margin: 0 auto;
        min-height: 120px;
        width: 100%;
    }

    Change the min-height to about 177px. Then let's check it again on responsive.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 6:15 pm #113974
    suecline
    Member

    Anita pushing it to 183 did the trick, thank you!

    I see I've got a real problem with the Featured Content area but I don't see where or why that is the case from this modification. Oy! Is that a this problem or something else entirely?

    Thanks again -

    Sue

    July 11, 2014 at 6:30 pm #113975
    AnitaC
    Keymaster

    What is the problem? Where? I don't see anything out of the ordinary. I am using Firefox. Are you meaning on desktop, mobile? Where?


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 6:34 pm #113976
    suecline
    Member

    I'm sorry to be unclear. When I test the site at http://www.studiopress.com/responsive/ the buttons don't align on the 480 and 768 views.

    July 11, 2014 at 6:38 pm #113977
    suecline
    Member

    And, since you're being beyond kind, how do I right align that search box? I thought adding this would nail it but alas not so:

    #header .searchform {
    padding: 15px;
    float: right;
    }

    @media
    screen and (max-width:1200px)

    July 11, 2014 at 6:43 pm #113978
    AnitaC
    Keymaster

    Almost, take the float: right out and add margin: 0 auto:

    #header .searchform {
    margin: 0 auto;
    padding: 15px;
    }

    Try that in that area.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 6:43 pm #113979
    AnitaC
    Keymaster

    But leave it as it is in the lower area.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 7:01 pm #113980
    suecline
    Member

    Got it! I changed the padding to 0 and it snapped right to it. It's a little higher than I might like but at least it's aligned with all the other elements.

    Thank you thank you! My children will happily bake you a present if you're in the VA area!

    July 11, 2014 at 7:15 pm #113981
    AnitaC
    Keymaster

    That's why you could have kept the padding and added the margin: 0 auto; then you would have the spacing you desire.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 7:15 pm #113982
    AnitaC
    Keymaster

    Ha! on the baking! You're welcome.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 7:24 pm #113983
    suecline
    Member

    I tried that, really, I did, but the box was still stubbornly not moving, so that was all I could think to do.

    My apologies, I'm really a chef who couldn't stand the horror the school presently has for a website LOL

    I see you like chocolate, so say the word and I'll whip you up something that will make you cry. I'm a MUCH better pastry chef than web designer 😉

    What kind of dog is Buster? I've got one that looks similar:

    Lindsey, 2001

    July 11, 2014 at 7:29 pm #113984
    AnitaC
    Keymaster

    Awe, Thanks. What a cutie. Buster is poodle and bichon, but "he" thinks he's a 4 year old child. So glad it worked out for you.


    Need help with customization or troubleshooting? Reach out to me.

    July 11, 2014 at 7:30 pm #113985
    suecline
    Member

    Thought so! Lindsey is a bichon mix as well but we think maltese. Either way, both cute!

    Thanks again!

  • Author
    Posts
Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Responsive Header Increase, Education Theme’ is closed to new 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