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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.