• Hello,

    I’m running the Sanasar theme
    Here is my site: https://www.badassfitnessgear.com

    I’m trying to remove the empty space from the posts on my homepage. You can see that the bottom half of each post is mostly blank white space. Does anybody know how to remove it? (ie: shrink the post so that it’s just a thumbnail and title)?

    Also, I want to remove the ‘admin’ and date from the posts as well.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a minimum height set for articles. You’d need to change that either in a child theme or in the WordPress customizer where CSS code goes.
    For example

    @media only screen and ( min-width: 1025px ){
    .cat-container article, .home-container article{min-height:100px;}
    Thread Starter shizlist

    (@dnacannon)

    You rule ??
    It worked, thanks!

    Do you know how to remove the “by admin” and date? And also the space that they take up?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Post Size on Home Page’ is closed to new replies.