HI,
On my site, I have a series of background image in columns with no content in them. On desktop, they look great but on mobile they do not show up or if they do it is just a small horizontal link. I assume this is because there is no contents in those columns so on mobile its not showing up. How can I fix this so it shows the full image on mobile as well?
Hey navindesigns,
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 .flex_column:empty {
min-height: 300px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria