I would like to adjust the theme to display only 3 blog posts on the home page instead of 5 and then make sure the three showing fill that space proportionately. Its important I figure this out because I have already customized everything else. Any help would be greatly appreciated. Thanks!
Hello, Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-post .feature-box { width: 300px; } Thanks & Regards Gourav Shrivastava