Hello,
Our home page has text and image as layouts. On mobile two picture coming after each other.
text – pic
pic-text
text-pic
How can provide coming different order on mobile as pic-text-pic-text-pic-text ? Thank you.
Hi argelayazilim!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Cheers!
Yigit
Hi argelayazilim!
I think it would be best in your case to make a second layout for mobile, which will be hidden on desktop. Use a unique css class to hide it. Something like:
@media only screen and (max-width: 736px) {
#hide-on-desktop {
display: none;
}}
You might need to turn on custom class for all alb elements.
Cheers!
Andy
Thank you it has worked for me.