I have two question.
1. I want to remove one image in the main page mobile(1/1 layout)
2. I want to show right contents first & left contents in the mainpage mobile.
I devide 1/4 & 3/4 layout elements in the desktop main page.but I want to show right contents(3/4,tabs) first & left contents(1/4) in the mainpage mobile
site link : http://www.lawbis.com/
Hi wethepublic!
Add this on Quick CSS to remove the banner on mobile view:
@media only screen and (max-width: 768px) {
.home .avia_image.avia-builder-el-1.el_after_av_layerslider.avia-builder-el-first.avia-align-center {
display: none;
}
}
It is not possible to switch the content on mobile view.
Regards,
Ismael