Make the Kingdom blog look better

In WordPress Tips & Troubleshooting Guides by Alex Cooper2 Comments

In this video I take you through making the blog section on the Kingdom theme. All you need to do is copy and paste the code below in to the customise section within Appearance.

Note: i've added a bit of extra code since recording the video to make it look better on mobiles.

Custom CSS Code

@media screen and (min-width: 800px) {
.kd_simple_post_image {
    height: 376px;
}
.kd_blog_short_desc {
    width: 1164px;
}
.page-template-template-blog .kd_blog_short_desc {
    width: 861px;
	}}

Good luck. Leave your questions in the comments below.

You Might Like:

Comments

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.