Home › Support Forums › Theme Support › Enlightenment › How to change height of Full Screen sidebar? › Reply To: How to change height of Full Screen sidebar?
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 480px
with your desired height.
- This reply was modified 8 years ago by Daniel Tara. Reason: correction to css code