This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css
2017-01-12 23:10:07 +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;
}