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

#22706
Daniel Tara
Keymaster

The correct selector to change the height of the slider is this:

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

Replace 480pxwith your desired height.

  • This reply was modified 8 years ago by Daniel Tara. Reason: correction to css code