Hiding page sections on Mobile Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Hiding page sections on Mobile Tagged: page section This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by pszita. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 15, 2013 at 1:30 pm #2775 pszitaMember Hi Guys, Is there any way to hide ( in our case the features section ) certain page sections on the mobile devices? Cheers, Pete November 16, 2013 at 10:36 am #2806 livemeshKeymaster To hide the entire section, pls use the following Custom CSS. Thanks – @media only screen and (max-width: 767px) { #features { display: none; } } and to retain part of it and hide the image only – @media only screen and (max-width: 767px) { #featured-app .fivecol.no-margin { width: 100%; } #featured-app .sevencol { display: none; } } November 18, 2013 at 10:16 am #2835 pszitaMember Thanks a lot livemesh!!!! Cheers, Pete Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Hiding page sections on Mobile’ is closed to new replies.