• Resolved tm86

    (@tm86)


    Hi,
    I would like to hide the header of my page on mobile view. When I do this with css and put this code on my page
    @media screen and (max-width: 900px) {
    .header-content {
    display: none;
    )
    It will break the view of all maps in the frontend like this.

    Why is that the case?

    The page I need help with: [log in to see the link]

  • The topic ‘CSS breaks map view in different parts’ is closed to new replies.