You could take off the “position:relative;” in the .carousel-inner > .item. You can find this in your WordPress dashboard under Appearance/editor/styles.css.
.carousel-inner > .item {
display: none;
position:relative;
transition: left 0.6s ease-in-out 0s;
}
Thread Starter
Chedi
(@chedi)
thank you for your reply
i’m sorry but when i put this css code into my css child the slider no longer appears
Thread Starter
Chedi
(@chedi)
i cannot find a solution so i reset the width of image slider to 100%
I answered in your other post.