私は次のcssを持っています:
@media screen and (max-width: 1024px) {
.directory-container {
width: 100%;
}
.directory-container .banner-description {
width: 100%;
}
#main-site h1 {
left: 20%;
}
#insta-shop-grid .profile-user .user-bio {
left: 20%;
}
.banner-title {
margin-top: -20px;
}
#main.products .filter {
margin: 0px 0px 0px 0px;
}
}
画面のサイズを 1024 に変更したところ、.banner-title が正しく適用されました。しかし、なぜmain.products .filter
適用されないのでしょうか。
完全なサイトはここで見ることができます。ウィンドウのサイズを幅 1024 に変更するだけです。