Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Mobile Truncate Feature in Dekstop */
- .mobile-truncate.content-inner {
- position: relative;
- height: 250px;
- overflow: hidden;
- margin-bottom: 50px;
- }
- .mobile-truncate.content-inner:after {
- position: absolute;
- bottom: 0;
- z-index: 2;
- content: "";
- display: block;
- width: 100%;
- height: 150px;
- -webkit-box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
- -moz-box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
- box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
- }
- .author-truncate.jnews_author_box_container .truncate-read-more,
- .mobile-truncate.content-inner .truncate-read-more {
- position: absolute;
- bottom: 25px;
- left: 0;
- right: 0;
- text-align: center;
- z-index: 3;
- display: block;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement