• Resolved trevor67

    (@trevor67)


    Hi,

    I just updated to OnePress 1.3.5, and now my hero background image isn’t sizing properly. Before, the image would automatically size appropriately to the size of the browser screen. Now, the image shows one size only, which is the largest size so now it doesn’t look right unless the device being used has a really big screen. Did you change some CSS? Please put it back the way it was.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • congthien

    (@congthien)

    Hi @trevor67,

    Thanks for your feedback. We will check this again in next version.

    Regards.

    Hi @travor67,

    I had the same issue, it seems to be coming from the image height being given 150% height. look for the attribute in style.css, it should look like this:

    #parallax-hero > .parallax-bg {
            ...
    	height: 150%; /*change this to 100%*/
            ...
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    As an aside, it’s certainly not ideal to push theme updates without doing QA on it…

    Anyway, hope this helps!

    • This reply was modified 7 years, 11 months ago by bdbrown.
    • This reply was modified 7 years, 11 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero background image not responsive after update’ is closed to new replies.