Viewing 3 posts - 1 through 3 (of 3 total) Author Posts June 10, 2015 at 3:19 pm #457279 MartinNortonParticipant Hi How do I hide the topbar on mobile? June 10, 2015 at 3:23 pm #457282 YigitKeymaster Hi MartinNorton! Please add following code to Quick CSS @media only screen and (max-width: 768px) { #header_meta { display: none; }} Regards, Yigit June 10, 2015 at 4:11 pm #457315 MartinNortonParticipant perfect – thanks Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Hide topbar on mobile’ is closed to new replies.