こんにちは、私は、サイト開発しています:HERECSSのサイドバーの背景色全幅
マイサイドバーの背景色を全幅になっていないように思える、それは右の部分に奇妙なマージンを持っています。私は、サイズを増やして管理しようとしましたが、左側のパッディングを調整して左に移動しましたが、右側が100%または200%のバックグラウンドのサイズにしていてもそうです。
`
.sidebar .widgettitle {
margin-left: -50px; !important;
background:#606060;
padding:10px 0px 10px 25px;
text-transform:uppercase !important;
width: 210%;
max-width: 210%;
background-size: 210% auto !important;
height: auto;
} '
一部のコードを共有する –
ありがとうございます。私は '.sidebar .widgettitle { margin-left:-50px; !重要; 背景:#606060; パディング:10px 0px 10px 25px; テキストトランスフォーム:大文字!重要; } –