画面上のさまざまな解像度サイズで見たときに移動しないように、Wordpress の右側のサイドバーを修正するのに助けが必要ですか?
右サイドバーの CSS
#socialsidebar {
float: right;
position: relative;
overflow: hidden;
margin-right: 200px;
margin-top: 200px;
height: auto;
width: 194px;
}
コンテナ/ページの CSS
body {
min-width: 960px;
}
.container_12 {
background: #fdfdfd;
margin-left: auto;
margin-right: auto;
width: 960px;
}