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
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.