Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1460705

    (see attached)
    This image isn’t visible on mobile view. Is there a way to make it show and look good?

    #1460712

    new login to website attached. let me know if you can please help. thanks

    #1460714

    Hey bemodesign,

    Thank you for the inquiry.

    You can add this css code to adjust the height of the cell on mobile view and display its background image:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .flex_cell.av-f5wo1-1367a8c1921d7a80e238c520d3239660 {
        min-height: 700px;
      }
    }

    Best regards,
    Ismael

    #1460718

    thanks!!

    #1460719

    Hi,

    No problem! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Background image doesn’t show on Mobile view’ is closed to new replies.