• I’ve replaced the header image in a twenty thirteen site with my own header that includes my logo, and have removed the default text from the header. As a result, when the theme scales down for phone or pad, the header image doesn’t scale, and the logo is not viewable as it shifts left out of sight.

    Can anyone provide potential solutions to at least keep the logo visible, if not the whole image? I’ve considered breaking up the image into smaller pieces to allow it to follow the flow when resized. Any insights appreciated. Thank you!

Viewing 15 replies - 1 through 15 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does setting a background size of 100% work?

    Thread Starter rchasin

    (@rchasin)

    I can’t seem to use a background image for the header that displays, so no, that doesn’t work. The best solution for this would be if the header could remain in it’s position and not shift to the left as the rest of the page content does when the browser is resized.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This seems to force the header image not to shrink on the demo site:

    .site-header { background-position: 0; }

    Thread Starter rchasin

    (@rchasin)

    It’s not so much about shrinkage of the header image, but about the image’s left side moving out of sight when the window adjusts for mobile display. The logo I need to keep visible moves out of the frame…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I meant it does not shift.

    Thread Starter rchasin

    (@rchasin)

    Thanks for your help Andrew, but this additional code seems to have no effect on stopping my header image from shifting to the left.

    Thread Starter rchasin

    (@rchasin)

    I have looked at a variety of posts that seem to involve this issue, but am not finding one that works, or more complex ones I understand.

    The header image I uploaded to use has a logo on it’s left side. When the page scales down, that logo part slides to the left and is no longer visible. To make my image the right size for my page, the image is centered within a black background to fit the required width of 1600×230.

    I have tried setting the image as a background image for .site-header and/or .site-header .home-link, but it seems that removing the header image in settings and trying to use a background image doesn’t work – no header shows.

    Can anyone who has figured this out provide guidance? Many thanks.

    Thread Starter rchasin

    (@rchasin)

    Thank you WPyogl

    Do you have a child theme set up? Posting a link to your site would be relevant.

    Thread Starter rchasin

    (@rchasin)

    Yes, I am using a child theme for my custom CSS and php templates. The site is in beta; just getting started: http://drkidbrain.com/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t seem to use a background image for the header that displays, so no, that doesn’t work.

    You managed it then? So can you try the background size of 100%?

    Thread Starter rchasin

    (@rchasin)

    I had to select an image for the header from Appearance/Header. If I clicked “remove header image” and used a background image in my child theme CSS file no header image was showing.

    I have the exact same problem, have you found a solution for it yet? or is it the template that “forces” you to make a logo in the center to make it visible on tablets and phones?

    @jan10 – you need to start your own thread – and see this thread:

    http://wordpress.org/support/topic/massive-headers?replies=23

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘twenty thirteen – making header image scalable’ is closed to new replies.