• Hi there. I love this theme. However there is one problem. I made the header picture on my home / about page fit perfectly when I’m using my current laptop. However when I’m using another monitor with a wider screen a part of the header picture is being cut off and the ‘about’ section moves up. In short, the layout and header pic doesn’t seem to adjust nicely to different computer screen dimensions. Could you confirm this or is there a way to adjust it? Would this problem still occur after upgrading to the paid version?

    Thanx,

    Jasper

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

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    There is a max-height property set to the featured image. That’s likely the cause of the image displaying at the wrong proportions on larger screens.

    Try adding the following style to disable the property:

    .bg-img {
      max-height: none;
    }

    This code can be added under Appearance > Customize > Additional CSS.

    Glad to hear you love the theme! Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic header image / automatic sizing’ is closed to new replies.