Hello,
I have a simple problem now. Why are the images not displayed on the mobile device when switching from 2-columns to 1-column.
Thanks for your help!
Stefan
Hey stefan,
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
Thanks for the answer and the code. Yes perfect now it is presented as I imagined it.
But now I have a stupid question: Why do I need a special code here, that should actually be standard, these elements are displayed in mobile mode.
Thank you and you can close here.
Stefan