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

    Hi
    I’m trying to hide an element from desktop/laptop screens so it shows ONLY on mobile/tablets – i’ve tried having a play around with some CSS but nothing has worked so far so hoping someone can help.

    The element I’m referring to is the partner/logo element (the slider part only) at the bottom on the home page.

    Thanks
    Farzan

    #806686

    Hey farzanahmed,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1024px) { 
    #logoslider.avia-builder-el-54 {display: none !important;}}

    Best regards,
    Mike

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