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

    Hey,

    I don’t want the mobile menu to be sticky. On my iPhone it’s not sticky but on my iPad it’s sticky. I already tried it with a code, but then I got an additional empty header under the correct header. Any suggestions?

    Thanks in advance,
    Marlon

    @media only screen and (max-width: 989px) {
    .responsive #top #header{
    position: static;
    }
    }
    #870704

    Hey phinixF3,

    Try to add the !important property after the rule. If the issue persists, provide to us your website link.

    Best regards,
    John Torvik

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