ここにページがあります。ホームページのスライダーが少なくともホームページで非表示になるようにしたいと思います。モバイル サファリ ブラウザでは見栄えがしますが、div の「primary_home」が chrome のように非表示になっているわけではありません。ドロイド用のネイティブ モバイル ブラウザを想定しています。
これはページです: forloveofallthings.com/home
this is the css used that makes it look the way it should in safari:
#primary_home {
margin-left: 0px;
margin-top: 0 !important;
float: right;
width: 320px;
margin-right: 0px;
display: none;
}
誰か見てくれませんか?