hi !
how can I decrease Slideshow - JA ACM Module height ?
Thank you !
gilles85 Hi Add this code in /css/custom.css file in template folder
.slideshow { max-height: 700px; }
Set the height value as per needs.
Perfect ! thanks ! you're amazing :-) do you know how can i reduce heigh between up and bottom ?
gilles85 Hi You have this code in custom.css file
.slideshow .slider-content-inner { top: 35%!important; }
Decrease the value to move it on the top.