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

    Hi there! I have a quick question. We have two columns that we would like to hide on mobile but are having issues getting the correct CSS. Here is the image to show what we are trying to hide on mobile: https://gyazo.com/b1b74be12612439065139a0a974f471f

    Can you please give guidance on how to hide those for mobile only? The white columns, that is.

    Thanks, so much!

    • This topic was modified 8 years, 9 months ago by mdmllc.
    #583074

    Hi mdmllc,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-710 .avia-builder-el-10, .page-id-710 .avia-builder-el-11 {
    display:none !important;
    }
    }

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.