Home › Forums › Legacy Support › Support queries › Styling issues › Hide sections on mobile Tagged: mobile This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by H.K. Latiyan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 1, 2016 at 12:37 pm #33142 chrsjensenParticipant How do I hide less important sections from the mobile version of the website? Also, when viewing the website on the mobile the menu and logo is crammed (see attached). How do I fix that? March 2, 2016 at 7:21 am #33260 H.K. LatiyanParticipant You can hide the specific sections by using media query css. For example: For your burger menu and the searchicon to be aligned use this custom css: @media (max-width: 767px){ header #trigger { top:28px; }} You can adjust the 28px accordingly. For the logo use this custom css: @media (max-width:767px){ header #logo a img { max-width:48px; }} You can adjust 48px accordingly. If the css doesn't work for you, then please share the site url with us to give you specific css. March 14, 2016 at 2:49 pm #36305 chrsjensenParticipant Where and how do I paste the css? March 15, 2016 at 6:08 am #36389 H.K. LatiyanParticipant Please go to wp-admin->appearance->customize->custom css: and copy paste the above css there and save the changes. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Hide sections on mobile’ is closed to new replies.