Hi, I’m using the content slider with text in 2 cols. On the iPhone and iPad portrait these cols usually get arranged one below the other. Not here; the 2 cols are displayed one next to the other, without any whitespace. This is not comfortable to read and looks very densly.
Could you please check http://tinyurl.com/lmozyx2 and maybe you have a solution for that. Thanks in advance.
Keep up the great work with Enfold – it’s real fun to work with ’cause you can focus on the layout and (in most cases) not on coding.
Best, Katharina
Hello Katharina!
I see, adding this code to custom.css/Quick CSS will fix it:
@media only screen and (max-width: 767px) {
.slide-entry-wrap .slide-entry.av_one_half {
width: 100% !important;
margin: 0 !important;
}
}
Regards,
Josue
Hi Josue,
thanks a lot, this did the fix.
Best regards,
Katharina
Glad we could help Katharina :)
Regards,
Josue