13 lines
250 B
CSS
13 lines
250 B
CSS
|
.jp-carousel .jp-carousel-slide {
|
||
|
display: none !important;
|
||
|
}
|
||
|
.jp-carousel {
|
||
|
text-align: center!important;
|
||
|
width:100%!important;
|
||
|
}
|
||
|
.jp-carousel .selected {
|
||
|
margin: 0 auto;
|
||
|
display: block !important;
|
||
|
width: auto;
|
||
|
position: relative!important;
|
||
|
}
|