Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-16110022)

    You can try to hide the element with custom CSS on desktop. Edit the element and add the following CSS under Advanced->Custom CSS:

    
    body[data-elementor-device-mode="desktop"] selector {
      display: none
    }
    
    Thread Starter frddsmet

    (@frddsmet)

    This is a little bit messy… Because now my elementor nav menu is pushed up even when the margin/padding is on 0.

    Anonymous User

    (@anonymized-16110022)

    You don’t even have to use CSS. There is an option for this. Edit the widget and go to the Advanced tab. Scroll down to Responsive. Just Show/Hide the widget on the devices you want. (This is only visible on the front-end.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile only’ is closed to new replies.