Responsive Subheader Images

Hi,

I'm setting up featured images for the subheaders of my pages, and they do not look good on smaller screens. Since it's people photos, their heads get cut off, etc.
Is there a way to make these images resize for smaller screens?

http://4af.ee2.myftpupload.com/education-2/

Thanks.

Comments

  • Hi,

    the background you are talking about is a css background and such elements are not responsive and never wasn’t. This has completely nothing to do with the theme and it’s a technical problem between css and being responsive.

    The only solution that might work in some way is the cover background option. To add this you will need to go to theme options>custom css&js> css and paste this code:
    #Header_wrapper {background-size:cover;}
    Remember to save changes!
  • Thanks, Muffin Group. The background cover helped.

    Thanks.
Sign In or Register to comment.