-
Open
-
Hi, our website has had a weird issue emerge last night. The bootstrap slider suddenly became larger than before and our shaded text boxes disappeared even though we didn’t change anything on our site.
The theme did update but that was on Friday and the issue didn’t occur until yesterday.
This is the CSS code we currently use to set the slider height. It was 500px and I changed to 450 hoping to sort of reset it but it didn’t work.
#bootstrap-slider .carousel-inner {
height: 450px!important;
}#bootstrap-slider .carousel img {
width: auto!important;
}
#bootstrap-slider .carousel-caption {
position: absolute;
top: -500px;
transform: translateY(550px)
}Any guidance you can offer on how we can fix this? Here is a link to the site so you can see the display. https://www.nanos.co/
You must be logged in to reply to this topic.