Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael

    (@alchymyth)

    there is a large space below all posts, caused by the fixed height set in those styles:

    @media only screen and (min-width:768px) {
    #post-entry article.post-style-magazine {width:48%;float:left;height:500px;}
    #post-entry article.feat-thumbnail.post-style-magazine {height:450px;}
    ......

    possibly custom styles …

    Theme Author Richie KS

    (@rkcorp)

    try add this wp-admin->customizer->general->custom css

    @media only screen and (min-width: 768px) {
    #custom #post-entry article.feat-thumbnail.post-style-magazine {
        height: 340px;
    }
    }
    Thread Starter butterball72

    (@butterball72)

    Thank you. That works perfectly

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space under post’ is closed to new replies.