Tagged: bug, Fullwidth Easy Slider, layout
Hi!
as per title, putting those two elements in the same page will produce this issue: multicolumn footer layout will not scale on mobile devices maintaining e.g. 3 shrink columns instead of 1 single. In all browsers.
I tried it in a new page and no customized theme, plugins disabled … version 2.5
thank you very much!
I was able to fix this with this code:
@media only screen and (max-width: 767px) {
/* fix for 3 columns on mobile */
#top .flex_column.av_one_third {
width: 100%;
margin-left: 0;
}
}
as suggested on this other thread: https://kriesi.at/support/topic/after-updating-images-in-columns-are-no-longer-responsive/#post-222975
NOTE: it works only on 3 columns layouts and it was not necessary any fix before the update, so a more stable solution would be ideal
Hi!
I reported it to Kriesi. Thanks for the notice.
Regards,
Peter