Header Images not stretching across screen in chrome. But your demo beblogger 2 site does.

edited August 2016 in Theme support
Header Images does not stretch across screen in chrome with the demo data and content imported. How do I fix this ? Your beblogger2 demo also viewed in chrome looks fine. This happens in Chrome only, site looks good elsewhere. I am also using a 42" tv as monitor which shouldn't be the problem. Please could you help. 

Yours: http://themes.muffingroup.com/be/blogger2/14-2/

image
Your site viewed in chrome:
image

Comments

  • Like to add the same issue applies to the about us page in which the header is created from muffin-builder. I have tried many settings to fix this but the issue is still the same. Please see images below:

    My site:
    image

    Your site (beblogger2 demo) viewed in Chrome:
    image

  • Hi,

    to stretch background header across the width, you need to use the following css:
    body:not(.template-slider) #Header_wrapper { background-size: cover !important; }
  • Hi, 

    Thanks, my header issue has been resolved. 

    However the issue remains with normal images. Or in the example above from your beblogger2 about us page. This was created in muffin builder as the top level background image with parallax effect applied to it. Padding top 220 and bottom 110. I tried settings like maximum width however it is not stretching across. How do I go about fixing this ? 
  • @johnwai82 Try below instead:
    .section { background-size: cover !important; }
Sign In or Register to comment.