문제

Im using section tags on my website.

This is the website - http://mk18.web44.net/

How would I hide the section that is called Place an Order on mobile devices?

Thanks

도움이 되었습니까?

해결책

Add this to your css:

@media screen and (min-width: 0px) and (max-width: 400px) {
    #order{
        display:none;
    }
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top