문제

If you visit http://www.windowswave.com on an iPhone, you'll see that my site's grey sidebar is blocking out the entire content section.

The sidebar isn't supposed to show on the iPhone, but it does now after doing some customization to my WordPress theme. I'm just not sure how to fix this.

Anyone know a solution?

도움이 되었습니까?

해결책

try this

@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
    .sidebar{
         display:none;
     }
}

for more info visit this CSS media queries for iPhone

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top