Hi Is there any way to change the frame size/length of text in Featured Posts on frontpage. Now with shorter texts we get lots of white space, so change the frame size could help. But also to limit/controll how much text that is visible could be usefull. Br Kent
As this is an intranet you get a picture. Black area, can i remove this by changing vertical size (blue arrow)? Yellow text, can i controll/change length of previewed text? /Kent
Hello, 1. Paste the code given below in Custom CSS section. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .featured_post .post .post_content_wrapper { padding-bottom: 0px; } 2. To control length of preview text you have to edit in functions.php file as shown below in screenshot. Thanks & Regards Yogesh Bhade