Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    Hi Can,

    I want to use the blank area below the featured image on blog loop.

    What do you mean by wanting to use it? Want to add something or just want to remove the space?

    If you just want to remove the blank space then you can add this on the custom css option so that the extra space is filled with text.

    .entry-thumbnail {
        float: left;
        padding-right: 8px;
    }
    .entry-excerpt {padding-left: 0;}
    
    .x-table-cell {display: block;}

    BTW, I appreciate your donation.

    Thanks,
    Ron

    Thread Starter Can

    (@candanbl0g)

    That’s exactly what i want, thanks Ron!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank Area Below The Featured Image’ is closed to new replies.