News Wrap - CSS

PHOTO EMBED

Sat Oct 15 2022 17:52:37 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

/* News Wrap CSS - Starts */

@media (min-width: 768px) {
    .news-wrap .slide-entry {
        display: flex;
    }
    
    .news-wrap .slide-image {
        width: 30%;
        background-color: transparent !important;
    }
    
    .news-wrap .slide-content {
        width: 70%;
        padding-left: 60px;
    }
    
    .news-wrap .slide-content .entry-title {
        text-align: left !important;
        padding: 0 0 10px;
    }
    
    .news-wrap .more-link {
        margin: 20px 0;
    }
    
    .news-wrap .read-more-link {
        padding: 0 !important;
        display: block;
        overflow: visible;
    }
    
    .news-wrap .av-vertical-delimiter {
        margin: 0;
    }
}

.news-wrap .av-vertical-delimiter {
    border-color: #929292;
    width: 60px;
}

.news-wrap .blog-categories,
.news-wrap .slide-meta {
    display: none !important;
}

.news-wrap .more-link {
    text-transform: capitalize;
    font-size: 17px;
    max-width: 200px;
}

.news-wrap .slide-content .entry-title a {
    text-transform: none;
    letter-spacing: 0.5px;
}

/* News Wrap CSS - Ends */
content_copyCOPY