我正试图在theme上向下移动幻灯片,但是无法识别CSS标签,当我输入以下css时它会推送图像而不是实际的幻灯片显示位置:
.newcastle-carousel img {
margin-top: 100px;
}
希望你能提供帮助。
答案 0 :(得分:1)
你很接近......将余量添加到父div,而不仅仅是img
...
.newcastle-carousel-wrapper{
margin-top: 100px;
}
答案 1 :(得分:1)
.newcastle-carousel-wrapper {
margin-top: 100px;
}