[Resolved] Initiate sticky mobile header at different breakpoint than Mobile Menu

Home Forums Support [Resolved] Initiate sticky mobile header at different breakpoint than Mobile Menu

Home Forums Support Initiate sticky mobile header at different breakpoint than Mobile Menu

  • This topic has 4 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1225389
    George

    I currently have mobile header as sticky. Is there a way to initiate the sticky mobile header functionality at a different breakpoint than the actual breakpoint set for mobile menu in the Customizer?

    #1225442
    George

    I think I might answer my own question:

    @media (min-width: 880px) {
    	.mobile-header-navigation {
    		position: relative !important;
    	}
    }

    It works. Does that sound right?

    #1225446
    Leo
    Staff
    Customer Support

    Hi there,

    There isn’t a solution built-in for this so if that CSS works for you then I’d say it’s right ๐Ÿ™‚

    #1225449
    George

    Cool, thanks Leo.

    #1225452
    Leo
    Staff
    Customer Support

    Glad you found a solution ๐Ÿ™‚

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