(see attached)
This image isn’t visible on mobile view. Is there a way to make it show and look good?
new login to website attached. let me know if you can please help. thanks
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
thanks!!