header background image does not scale correctly

Home Forums WordPress Themes – Premium Pure & Simple header background image does not scale correctly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16537
    Sandy Sailer
    Member

    http://portablebeercooler.com/

    I am using a header background image, but when it’s viewed in smaller devices, the image does not scale. Help!

    Thank you.

    #16538
    Anonymous
    Inactive

    Hi Sandy,

    Add the following css to fix the issue:

    .header-bg {
       background-position: inherit;
        background-size: 100%;
    }

    Note: use the custom css plugin or child theme stylesheet to write the custom css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.