Olive – Home Option 3


If you want to use the Content/Sidebar layout on the Blog page, you'll want to align the post content to the left on the Blog. Add this code to Appearance > Customize > Additional CSS:

/* Align Post Info to the Left on Blog Archive */
.archive .loop-entry .entry-header .entry-title, .blog .loop-entry .entry-header .entry-title, .archive .loop-entry .entry-header .entry-taxonomies, .blog .loop-entry .entry-header .entry-taxonomies, .category.archive .loop-entry .entry-header .entry-meta, .blog .loop-entry .entry-header .entry-meta {
    text-align: initial !important;
}