Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1130068

    Hello
    I have a text widget on my single product pages (in sidebar). I want to show this on desktop only and hide it on all mobile devices. Is there quick CSS for this?

    #1130203

    Hey web6s,

    Where can we see the element in question?

    Best regards,
    Rikard

    #1130427

    Link in private content.

    #1130451

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .sidebar.sidebar_sidebar_right.smartphones_sidebar_active{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

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