我正在嘗試爲此頁面添加移動視圖。我希望文章和div.sidebar.col-md-4在移動視圖左側(側邊欄上方的文章)。這裏是鏈接到頁面:https://ewelinawoloszyn.github.io/Press/#mm-0移動視圖的文章不起作用
這裏是我的代碼
@media (min-width: 992px){
div.sidebar.col-md-4 {
float: right !important;
width: 162px !important;
}
}
@media (min-width: 1200px){
div.sidebar.col-md-4 {
float: right !important;
width: 162px !important;
}
article{width:50% !important;
float:left !important;}
}
div.profile p{
text-align: justify;
}
div.profile p a{
float:right;
}
div.profile ul{
list-style: none;
padding-left: 0px;
}
h3.name{
margin-bottom: 30px !important;
}
article{
width: 50% !important;
float:left !important;}
@media (min-width: 992px)
.col-md-4 {
width: 33.3333%;
}
div.sidebar.col-md-4{
float:right;
width:162px;
}
div.profile img{
margin-bottom:20px;
}
img.arch{
width:120px !important;
height:100px !important;
margin-top: 18px !important;
float: left !important;
margin-right: 9px !important;
}
div#disqus_thread{
float:left;
width: 523px;
}
當我添加媒體查詢爲768px出現下面我不想左側菜單中的文章會發生什麼。如何在不重置1200px視圖的情況下添加移動視圖?
任何意見讚賞, 親切的問候 ネ
要精確當我添加代碼@media(min-width:768px){article {clear:left; width:100%;}} 1200視圖顯示不正確,就好像此代碼重置1200視圖 – Neko
您可以給圖像你想在這裏實現? –
http://www.ewelinawoloszyn.com/mymap/press.png – Neko