content.css
53 lines
| 1 | .strong-view.wpmtst-unstyled.disabled { |
| 2 | display:none !important; |
| 3 | } |
| 4 | |
| 5 | .wpmslider-controls.disabled { |
| 6 | display: block !important; |
| 7 | } |
| 8 | |
| 9 | /* Compatibility with metaslider pro layers display |
| 10 | ----------------------------------------------------*/ |
| 11 | |
| 12 | .msHtmlOverlay .layer .disabled { |
| 13 | display: block !important; |
| 14 | } |
| 15 | |
| 16 | |
| 17 | .strong-view.wpmtst-unstyled .wpmtst-testimonial-inner { |
| 18 | display: block; |
| 19 | width: 100%; |
| 20 | height: 100%; |
| 21 | } |
| 22 | |
| 23 | /* Pagination |
| 24 | -----------------------------------------------*/ |
| 25 | |
| 26 | .strong-view ul.simplePagerNav li { |
| 27 | display: inline; |
| 28 | list-style: none; |
| 29 | margin: 0; |
| 30 | padding: 5px; |
| 31 | |
| 32 | |
| 33 | } |
| 34 | .strong-view .screen-reader-text { |
| 35 | clip: rect(1px, 1px, 1px, 1px); |
| 36 | height: 1px; |
| 37 | overflow: hidden; |
| 38 | position: absolute !important; |
| 39 | width: 1px; |
| 40 | word-wrap: normal !important; |
| 41 | } |
| 42 | |
| 43 | /* Readmore Inline |
| 44 | ----------------------------------------------------*/ |
| 45 | .readmore-excerpt-inline, |
| 46 | .readmore-content-inline:not([hidden]), |
| 47 | .readmore-content-inline:not([hidden]) p { |
| 48 | display: inline; |
| 49 | } |
| 50 | |
| 51 | .wpmtst-inline-readme { |
| 52 | margin-left: 5px; |
| 53 | } |