Reply To: JCarousel Shortcode

New Front EN Support Forums Tokyo Theme Support JCarousel Shortcode Reply To: JCarousel Shortcode

#1276
jimmyhukill
Participant

Awesome, I really appreciate that and just in case anyone else wants to widen the carousel, here’s the code.

/************* Custom Styles –Added by Andrew *******************/

.su-jcarousel { max-width: none !important; width: 834px !important; }

@media only screen and (max-width: 980px) and (min-width: 767px) {
.su-jcarousel { width: 584px !important; } }

@media only screen and (max-width: 767px) and (min-width: 480px) {
.su-jcarousel { display: block !important; } }

@media only screen and (max-width: 479px) {
.su-jcarousel { display: block !important; } }