2 Replies Latest reply: Mar 14, 2013 10:19 AM by Sudarshan Thiagarajan RSS

    Mobile first CSS display: none

    matthew stuart Community Member

      With mobile first in mind, I am trying to hide an area of a page that is unnecessary for mobile, but I want it to display on tablets and desktops. So mobile fist CSS dictates that I would set a CSS rule to display:none, but that propogates through to the tablet and desktop versions too.

       

      What setting do I use to override none? Is block the right setting?

       

      Thanks.