Tagged: x Author Posts April 2, 2016 at 1:20 pm #863980 sonomacanopytoursParticipant How can I get my logo to stay at the top on mobile while scrolling. Here’s my site: http://allianceredwoods.com/zipline/ and here’s an example of what I’d like http://getawayadventures.com April 3, 2016 at 2:22 am #864426 ChristianModerator Hey there, Please add the code below in your Appearance > Customize > Custom > CSS. @media (max-width: 979px) { .x-navbar-fixed-top { position: fixed; } } Thanks Author Posts