Reply To: How to change height of Full Screen sidebar?

#22708
Daniel Tara
Keymaster

Yes, it appears I made a typo. Here’s the right code:

@media (min-width: 992px) {
    .sidebar-full-screen .custom-query-slider .slide {
        height: 480px;
    }
}

Amazing how a { can make all the difference.