我需要帮助来修复 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; 
}