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

    Hello, I have inserted a widget header area here: https://faceclinic.es/clinicas/ – but I don’t want it ton appear in mobile…how can I hide it?

    Thank you

    #1436769

    Hey carmen,

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

    @media only screen and (max-width: 767px) {
    #text-70 {
      display: none; 
    }
    }

    Best regards,
    Rikard

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