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)