Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1116875

    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.

    #1117260

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.