This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css
2018-03-21 18:19:20 +00:00

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;
}