badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Promo Box background images not responsive on iPhone, iPad

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #56411
    Daniel
    Participant

    Using Ultimate Pro 3.0.1. The background images in the Promo Boxes don’t seem to respond on iPhone/iPad – in Safari and Chrome (didn’t test any other browser). Instead the images zoom and look more like a blob of color instead of filling the width with the full image.

    You can see it on the theme preview site https://www.themehorse.com/preview/ultimate-pro/ if you use an iPhone/iPad. It doesn’t do it in Safari/Chrome on MacBook Pro when resizing the browser window though.

    Any ideas on a fix?

    #56442

    Hi Daniel,

    It was due to the background-attachment is set to fixed. So, Please login to your WP dashboard and go to Appearance > Customizer > Design Options > Custom CSS and add below css code:

    .widget_promotional_bar .promotional_bar_content {
        background-attachment: scroll; 
    }

    Let us know if work for you or not.

    Thank you!

    #56506
    CodeTiburon
    Participant

    Thanks too.

    #56509
    Daniel
    Participant

    Thank you for this code. It didn’t work for me, unfortunately. Were you able to make it work @CodeTiburon?

    #56514

    @dplee Add above custom CSS code and share your site Url? So that we can check why it’s not working into your site.

    Thank you!

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