• This theme is absolutely fantastic, by far the best grid-based one I’ve had to set up!

    A few small polish issues that are barely worth mentioning: it doesn’t have baked-in support for infinite scrolling (from the Jetpack plug-in), and if your Featured Image for a post is narrower than your columns, it won’t auto-center it. These are really tiny details though, and should not dissuade you from using this awesome theme!

    UPDATE: It’s not elegant, but here’s the Custom CSS I’ve added to https://www.mentionedon.com to center my featured images.

    .entry-content {
    	margin: auto;
    	display: block;
    }
    
    .alignnone.img-thumbnail.wp-post-image {
    	margin: auto;
    	display: block;
    }
    
    .alignleft.img-thumbnail.wp-post-image {
    	margin: auto;
    	display: block;
    	width: 300px;
    }
  • The topic ‘Very solid theme, only minor polish needed’ is closed to new replies.