• Resolved jlatino

    (@jlatino)


    Hey there,

    I’m having a problem with my header image. It seems to show a zoomed in section of the picture I upload. I actually saw that someone in the forum had what I think is the same problem, but it seemed to resolve itself.

    Any ideas?

    https://makingmymadeleines.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s because the background-size property is set to cover to make sure it stays responsive. But if you want to make it full then you can add the following CSS to your WordPress:

    .site-header {
        background-size: 100%;
    }

    Not sure if it will look good on a mobile device. Let us know. ??

    Petra

    (@petralogiken)

    Where in the code? in style.css? under what chapter?

    Hi,

    You can add that custom CSS to Appearance -> customize-> Additional CSS

    Let us know if you need help with anything else!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Image Zooming In’ is closed to new replies.