image width cropped in section background

Hi,

the width of my background image is being cropped - I'm not sure why and/or how to fix it.  See this page:


These are both the same image - the 1st is a section background, the 2nd is contained in a column.  I want the section background to display as per the 2nd image (i.e.: full width).  I have tried various styles but nothing seems to achieve this.

Please advise, thanks Michelle

Comments

  • Could I please have a response on this?

    thanks, Michelle
  • Hi,

    we are sorry but somehow we missed your message and we really don't know how. We apologize for that. Anyway, we checked your site and if you want css backgrounds to be exactly same size as image, you need to use the following css:
    .section { background-size: contain !important; }
Sign In or Register to comment.