Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 9, 2019 at 4:17 am #1116875 sparkzillaParticipant Hi, how do I make the phone number bar AND the header stick to the top of the screen on mobile? Even better, how do I get the phone number bar and the shrunken header at the top of the screen on mobile. Home July 10, 2019 at 4:28 am #1117260 MikeModerator Hey sparkzilla, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field: @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } } Best regards, Mike Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In