Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1437249

    Hi, several of my Grid row background pictures not showing on mobile/tablet. I have attached some screenshots. How do I get these to show on mobile tablet? The weird thing is some the grid row background pictures are showing… Not sure why this is.

    #1437388

    Hey khrntanya,
    Thank you for your patience, for the grid row cell that is not showing on mobile, please add a white space element to it with a height of about 500px so it will show.
    or you can try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .avia-builder-el-last.no_margin {
        height: 500px !important;
    }
    }

    Best regards,
    Mike

    #1437605

    yes – or place a whitespace separator to that cell – and set on advanced tab the “Element Visibility”.

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