Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1201021

    I’ve replicated this issue with Grid Rows and Color Sections. On Tablets, the background images don’t show up, or they show up inconsistently.

    It’s the laptop images on the left as you scroll down the page:

    Looks great on desktop and laptop. On iPad (portrait and landscape) the images don’t show up, or they show up for some sections but not others.

    Thanks in advance for the help.

    Nick

    #1201443

    Hey Nick,

    Are you sure that you haven’t selected to hide that on mobile in the element option? I’m asking since this CSS is applying to the element:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet {
        display: none !important;
    }
    }

    Best regards,
    Rikard

    #1201700

    I am pretty positive that is not the issue. I turned off “Hide on mobile devices” and

    I cloned the home page here:

    As you can see, the placeholder text “Sample Text to show up in Mobile” appears in the cell.

    Still no background image.

    #1201712

    I think I resolved the issue by setting the background image to “Stretch to Fit”.

    #1201889

    Hi,

    Thanks for the update, so everything is working as it should now then?

    Best regards,
    Rikard

    #1201955

    Works great — lot of trial and error to get there — but we got there.

    #1201982

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Background Images not showing on tablet’ is closed to new replies.