Hi!
I have a problem, in the mobile version with the theme Enfold some images are not displayed, in the pc version all the images are displayed.
Thank you!
Hey challandart,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin.avia-full-stretch {
min-height: 380px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you! Now it’s displayed correctly!
