Hey Enfold. Is there a reason that the css below ( i found this code in participants previous support issue – it allows for the content slider a ‘buffer’ so it doesn’t ‘push’ down the page if the content lines of text are uneven.) would cut in half the partner / logo element?
There’s around 20 client logos in my logo element ( 5 rows of 4 ) but when I added the CSS below it cuts it down to a single row ( and a half ) of logos – weird. When I remove the CSS it’s OK again…I tried reloading the logos but it’s still the same…
The site is under construction.
@media only screen and (min-width: 491px) {
#top.home .avia-content-slider-inner {
height: 160px !important;
} }
@media only screen and (max-width: 490px) {
#top.home .avia-content-slider-inner {
height: 250px !important;
} }