個人用サイトの Nivo スライダーとキャプションのサイズを変更したところ、画像とスライダーが中央からずれて左にずれています。その上のナビゲーションバーで中央に配置したいと思います。誰かがこれを手伝ってくれますか?
現在CSS
、スライダー、画像、およびキャプションのプロパティには次のものがあります。
.nivoSlider {
position:absolute;
width:850px;
height:400px;
overflow:hidden;
}
.nivoSlider img {
position:relative;
width:850px;
height:400px;
overflow:hidden;
top:0px;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
.nivo-caption {
position:absolute;
bottom:0;
background:#09dcc7;
padding:5px 5px 5px 5px;
z-index:8;
overflow:hidden;
}