• Resolved thanks69

    (@thanks69)


    I want to hide the ‘header’ of my twentyeleven childtheme when someone on a phone opens my website. The problem is that i cant find the right css-code:

    When i use this for example nothing happens:

    @media only screen and (max-width: 460px) {
    #site-header {
        display: none;
    }
    }

    I’ve already googled a few days now and cant find a solution.

    The part that i dont want (mobile), is the following:
    https://www.treinkaartjeschina.nl/wp-content/uploads/2020/02/this-part-1.jpg

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

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile site hide header doesnt disappear’ is closed to new replies.