• 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 logo image in header

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 › Responsive logo image in header

This topic is: not resolved

Tagged: child theme, genesis, header, header image, Logo, responsive

  • This topic has 11 replies, 4 voices, and was last updated 8 years, 2 months ago by Genesis Developer.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • January 3, 2015 at 9:51 pm #135965
    di
    Participant

    I'm using a child theme of Genesis and adjusted the header size for my logo. For the life of me, I cannot create a responsive header. In fact, after recent updates, I cannot even get the logo image to appear in my iPhone.

    I've tried a variety of tricks posted online but haven't found success. Any suggestions?

    Here's my site

    http://www.adunate.com/blog/
    January 3, 2015 at 10:30 pm #135968
    Tim Squires
    Member

    Is your header image is set up to be full width of the screen at desktop size?

    If you create a range of header images at different sizes to fit smaller screens, you might have more luck.

    This article explains the process, I hope it works for you!

    http://thepixelista.com/responsive-genesis-child-theme-logo/


    timsquires.com.au

    January 5, 2015 at 5:57 pm #136140
    di
    Participant

    Thanks for answering, Tim. My image is 544x120, therefore does not take the full width of the screen.

    You'll note that I have a tagline in the header in addition to the logo. Originally my header image included both the logo and the tagline and together they equalled the full width. However, when I tried to make this responsive, the tagline was too small to be legible and the logo was also too small. I changed my plan separating the logo image from the tagline. The tagline is now a widget image and loaded in a sidebar widget along with the social media icons.

    Since doing this, I can't get the logo image to appear at all in my iPhone, responsive or not.

    I've tried a variety of solutions listed online. No luck thus far. I'll check out your link.

    January 6, 2015 at 2:52 pm #136208
    di
    Participant

    So I tried http://thepixelista.com/responsive-genesis-child-theme-logo/. I was truly hoping this would work because her detailed explanations and step-by-step are excellent. Sadly, though, it did not.

    Pixelista instructs making code changes to .header-image .site-title a. However, this completely eliminated my logo image, even in full size mode. I instead applied the suggested code changes to
    .header-image #title,
    .header-image #title a,
    .header-image #title-area

    This works for full size.

    I am still unable to get an image to appear at all on my iPhone 5, v.8.1.2

    Anyone?

    January 8, 2015 at 12:46 pm #136402
    Tim Squires
    Member

    I'm so sorry that didn't work for you.

    Could you try an experiment? Are you able to temporarily remove the widget area that contains the tagline and the social media icons and see if that at least preserves your logo at the smaller sizes.

    I know that's not a solution, but it might help me to work out what's happening.

    Also, sorry for the delayed reply - my email notifications for these forums are not working at the moment, so I have to go in and check manually for any replies to posts that I help with - it's pretty frustrating 🙁 , but I'll make a point of checking this thread to see how you are getting on.


    timsquires.com.au

    January 8, 2015 at 12:54 pm #136403
    Tim Squires
    Member

    Also, can you let me know which Genesis child theme you are using?


    timsquires.com.au

    January 8, 2015 at 2:24 pm #136417
    Ren Ventura
    Member

    You're outputting header CSS on the blog page that includes:

    #title, #title a {
    	background: none !important;
    }
    

    How is this CSS getting there (i.e. plugin or custom template/function)? You need to remove that because it's causing the background image to not display.


    Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren

    January 8, 2015 at 8:28 pm #136434
    di
    Participant

    Ren, this code must be in a plugin because it's not showing up in my style.css. How do I search for this elsewhere?

    Tim, mine is a child theme I created. It's a separate theme under my business name with a style.css and function.php file. In these I done a few simple tweaks of the Genesis style.css in order to suit my style. Obviously I over-tweaked something, but can't figure out what.

    January 8, 2015 at 8:45 pm #136440
    di
    Participant

    Tim, I removed the social media menu and tagline image from the widget area. No luck there. I then blocked out the widget container out of the css, and still no luck.

    January 8, 2015 at 9:12 pm #136442
    Ren Ventura
    Member

    I couldn't tell you exactly because it depends on the plugins you're using. Look for something that lets you add CSS. If you can't find it, you can have a developer take a look or you can try overriding it by adding !important to the end of the background property on line 528 of style.css (although, this is not the best option).


    Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren

    January 9, 2015 at 12:25 am #136457
    Tim Squires
    Member

    Do you have a local development server set up?

    http://premium.wpmudev.org/blog/testing-environment-wordpress/

    If so, you might be able to set up a new WordPress/Genesis installation and replicate the modifications that you carried out step by step, paying attention along the way to any changes in the behavior of the logo/header area.

    That way you may be able to isolate the specific problem.


    timsquires.com.au

    January 9, 2015 at 12:49 am #136458
    Genesis Developer
    Member

    @di : Modify the Style.css file

    line no 708

    header .grey-band {
        background-color: #d5d4cd;
        padding-bottom: 28px;
        padding-top: 2px;
    }

    line no 769

    .menubar {
        background-color: #fff;
        border-bottom: 2px solid #f26522;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘General Discussion’ 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

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