• Resolved Yohan Perera

    (@thevirtualpreacher)


    I am using a custom header image and the dimensions are correct. It fits perfectly on smaller screens but on larger displays leaves a gap on the right.

    • This topic was modified 6 years, 4 months ago by Yohan Perera.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @thevirtualpreacher,

    Lovecraft is set to extend the width of the header image to fill the entire screen, but it looks like you use a modified version of the theme. The code for the header image is slightly different.

    To fix it, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    .navigation + img { width: 100%; }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Header Image doesn’t fit Larger Displays’ is closed to new replies.