Recent Posts Widget on The Home Page Right Feature widget area

Discussion in 'Infoway WordPress Theme' started by xnetix, Mar 4, 2013.

  1. xnetix

    xnetix New Member

    Joined:
    Feb 24, 2013
    Messages:
    6
    Likes Received:
    0
    Hello,

    Do you know how I can prevent the blog title text from getting cut off in the Home Page RIght Feature Widget area for "Recent Posts"? You can see it here on this web page: http://loudounsymphony.org/ under the "Latest News" section..
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .signinformbox1.widget{
    padding-right:20px;
    }
    
     

Share This Page