Tagged: grid row, responsive
Hi!
I’ve read other posts regarding this and tried the necessary CSS, but it doesn’t seem to work.
I’ve just created a site at http://www.vanessamarcie.com, based on the Freelancer demo. The images aren’t showing up in mobile; please help!
Thanks
Simon
Hey Simon,
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 {
min-height: 350px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria