• In order to understand my problem in a better why, kindly open my homepage: http://howtoruleonline.com

    The portion on the right side of of my featured images is half occupied. A large space remains vacant and leaves a very bad impression on the reader.

    I have a child theme already, what changes should I make?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nishkarshsharma

    (@nishkarshsharma)

    I managed to change it on my website
    Thanks.

    i have the same problem too, someone can help?

    If anyone still needs to do this, I did it by changing below line in theme’s content.php file:

    <?php echo wpautop( $post->post_excerpt ? $post->post_excerpt : athemes_limit_string(strip_tags($post->post_content), 200) ); ?>

    Change 200 to any size you need.

    Hope it helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display more text with featured images on the homepage?’ is closed to new replies.