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*

Mobile problem on site

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52710
    Heidi
    Participant

    Hi, there is a problem on mobile version of Ambition Pro. When user goes to a page, white area flashes at the bottom of the site OR whole bottom area of the site is white, debending on which phone is used. What’s the problem? Site:http://www.valepa.fi/

    #52715

    Please select the background-repeat value to repeat rather than no-repeat.

    @media only screen and (max-width: 1023px) {
        body.custom-background {
            background-repeat: repeat !important;
            background-attachment: inherit !important;
        }
    }

    Thank you!

    #52716
    Heidi
    Participant

    Hi, background should cover screen, not repeat. In mobile it is ok to repeat but not on other devices.

    #52717

    For to repeat the background in mobile devices only we have edited the above css code. Please paste that code into your custom css

    Thank you!

    #52719
    Heidi
    Participant

    Hi, that didn’t help. I found that theme is not updated, maybe I’ll have to do that.

    #52720

    Oh sorry we missed. Can you try with the above css.

    Thank you!

    #52722
    Heidi
    Participant

    Hi, it did not help. I use background setting: cover and custom css you proposed.

    #52731

    Try again using above css. We have used important for background-attachment.

    Thank you!

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