Size of Feature Post

Discussion in 'BlogSpring WordPress Theme.' started by csandke, Sep 25, 2014.

  1. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    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
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of your website.
    Thanks & Regards
    Pramod
     
  3. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    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?
    Capture.PNG

    /Kent
     
  4. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    Thinking on Custom CSS options..

    /Kent
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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.

    25sep3.png

    Thanks & Regards
    Yogesh Bhade
     

Share This Page