Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #218400

    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/

    • This topic was modified 10 years, 1 month ago by wethepublic.
    #218578

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘I want to show right contents first & left contents in the mainpage mobile’ is closed to new replies.