• Open
  • Nik Nanos
    Participant
    December 1, 2020 at 8:18 pm #45525

    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/

    Evgeny
    Keymaster
    Posts: 988
    December 2, 2020 at 12:50 pm #45531

    Since Sliders do not simply grow, and boxed do not disappear without something causing it. We need to find a reason. Is this Google translation widget new? It pushed the entire page down and frankly, it doesn’t look that good. And other than that, the size of the slider looks fine to me.