Thread Starter
BitSin
(@bitsin)
Solved by this awesome plugin: Any Mobile Theme Switcher
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