Skip to content

Snippet: Alter The “Left Thumbnail” Blog Style Widths

/* Alter The "Left Thumbnail" Blog Style Widths */
body .blog-entry.thumbnail-entry-style .blog-entry-media {
    width: 30%;
}
body .blog-entry.thumbnail-entry-style .blog-entry-content {
    width: 66%;
}
All PHP snippets should be added via child theme's functions.php file or via a plugin. We recommend Code Snippets (100% Free) or WPCode (sponsored)
Back To Top