• 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

Header Misaligned

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 › Header Misaligned

This topic is: resolved

Tagged: header misaligned outreach

  • This topic has 25 replies, 3 voices, and was last updated 13 years, 1 month ago by cccmedia.
Viewing 20 posts - 1 through 20 (of 26 total)
1 2 →
  • Author
    Posts
  • December 31, 2012 at 2:14 am #8541
    cccmedia
    Participant

    Hey guys, I'm having difficulty resolving a header issue in the Outreach Theme.  It's something simple, I'm sure, but I'm not getting it.  The original header image is 1200 x 120 with the settings in the default settings in the functions.php file as 1060 x 120 and the CSS style sheet set to 100% for the width.

    The header was fine until I had removed the default site title text that shows left-aligned of the header.  After removing it, a space appeared to the right of the header.  I have tried everything I can think of to fix this and I'm apparently missing a step.

    I would appreciate any help!  Thanks in advance!

    Site is: http://www.theconvergencenc.com
    Brooks

    December 31, 2012 at 2:48 am #8548
    AnitaC
    Keymaster

    I am using Firebug to see it.

    *** DELETED *** Previous message as the code didn't copy correctly.

    It looks like you have two header images in there. When I remove this code - it appears correctly.

    This is the first code I see in the CSS - line 31

    #header {
    background: url("http://theconvergencenc.com/wp-content/themes/outreach/images/header.png") no-repeat scroll 0 0 transparent;
    }

    However, if you look at line 183, the #header code is there again. If you remove the one above, I believe this will resolve your issue.


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

    December 31, 2012 at 3:15 am #8554
    cccmedia
    Participant

    Thanks for responding!  But, I removed the above mentioned text and nothing changed.  I cleared the cache, as well, just to be sure, but still no joy :/

    December 31, 2012 at 3:31 am #8562
    cccmedia
    Participant

    Correction: Sorry I am using Firebug for the first time.  The live edit does reflect that it fixes the problem, but when I go into my style sheet and run the search for the same exact text I am seeing in firebug, it does not exist. I'm using Dreamweaver to edit the CSS.

     

    December 31, 2012 at 3:36 am #8564
    AnitaC
    Keymaster

    Did you use the the Header feature at all under Appearance > Header?


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

    December 31, 2012 at 3:39 am #8565
    cccmedia
    Participant

    I did initially until I realized that it wouldn't properly re-size the logo, so I manually added the image atop the header.png file and re-uploaded it.

    December 31, 2012 at 3:40 am #8567
    AnitaC
    Keymaster

    Go over to Appearance > header and REMOVE the image from there. I believe that's where the problem lies.


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

    December 31, 2012 at 3:43 am #8570
    cccmedia
    Participant

    Thank you for continuing to walk me through this, btw! But, now I have no image nor header at all.

    December 31, 2012 at 3:47 am #8571
    AnitaC
    Keymaster

    But I thought you said you used Dreamweaver to insert the header image?


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

    December 31, 2012 at 3:49 am #8572
    AnitaC
    Keymaster

    Do you see this code in your Style.css? If so - remove it. When I remove it from Firefox - the header shows up by way of another line of code. Delete that.

    #header {
    background: url("") no-repeat scroll 0 0 transparent;
    }


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

    December 31, 2012 at 3:50 am #8573
    cccmedia
    Participant

    I initially tried to add the image via the header menu.  It would not crop properly, so I used the same header.png file provided in the images and files and just dropped my logo on top of it, and then uploaded it via http://FTP.  When I select remove the header image from the header menu, it just removes the file I had uploaded via FTP.

    The solution you originally suggested actually resolved the issue in the firebug console, but the code is nowhere to be find in the CSS.

    December 31, 2012 at 3:55 am #8574
    AnitaC
    Keymaster

    I can't for the life of me figure this out. But when I first looked at it - I changed the word Transparent to color code #000000. Add the image back in there and let me look again. Keep in mind that I think your image was wider than the header space also.


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

    December 31, 2012 at 3:58 am #8575
    cccmedia
    Participant

    It's back up for you, Ani!

    December 31, 2012 at 4:03 am #8576
    AnitaC
    Keymaster

    Do you see this in your Style.css? If so, replace the URL you see there with the URL of your header image. Then remove the header from Appearance > Header.

    #header {
    background: url("images/header.png") repeat-y scroll center center #090909;
    margin: 0 auto;
    min-height: 120px;
    overflow: hidden;
    }


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

    December 31, 2012 at 4:10 am #8577
    cccmedia
    Participant

    I found on 183 a very similar string of code but not exact. It didn't read "center center" but did say #090909 center repeat-y.

    I added the URL, and then clicked remove header image from header menu and it went back to no header or image on site.

    December 31, 2012 at 4:12 am #8578
    AnitaC
    Keymaster

    Sheesh, I am so stumped. Did you view it before you deleted it from the Appearance> Header? Add that back, take a look and if it's still not right. Submit a ticket and reference the link to this forum. I am totally stumped!


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

    December 31, 2012 at 4:35 am #8579
    cccmedia
    Participant

    Yep, I did.  It was still exactly the same and cleared the cache prior to moving on to the header menu and removing it there.  I have no idea what's going on with this particular theme/issue.  Thank you SO much for trying to assist me.  I'll be taking up your suggesting and issuing a ticket.

    Thanks!

    December 31, 2012 at 9:44 am #8595
    Jen Baumann
    Participant

    Your site is in maintenance mode, but see this: http://www.studiopress.community/topic/outreach-and-header/

    December 31, 2012 at 11:26 am #8607
    cccmedia
    Participant

    Jen, thanks for replying. I tried this, and it did center the header but now there is white space on both sides.  The maintenance mode is no longer active and can be viewed.

    Also, after centering the header, I thought perhaps just changing the width at that point would resolve it, but that had no effect and cache was cleared.

     

    January 1, 2013 at 12:29 am #8688
    cccmedia
    Participant

    Does anyone in the forum tonight have any suggestions on how to resolve this issue?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 26 total)
1 2 →
  • The topic ‘Header Misaligned’ 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