"Recent Posts" Widget Cutting Off Title

Discussion in 'Infoway WordPress Theme' started by lkodsmann, Apr 29, 2014.

Thread Status:
Not open for further replies.
  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    When I use the "Recent Posts" widget, the title of the post is getting cut off on the right hand side... looks like a width setting may be incorrect or something. If the title is longer, it wraps to two lines - both lines are getting cut off on the right-hand side.

    Not sure how to go about fixing this...

    Thanks!



     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    Here is a screenshot of the issue... You can see that the titles in the right-hand widget are cut off (the full titles display fine in the "blog" slider, though)...

    Here is a link to the site:
    http://208.76.80.11/~wwwhuman/

    Thanks!
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .signinformbox1.widget{
    padding-right:20px;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  5. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    That doesn't seem to have fixed the problem...
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below also in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .signinformbox1.widget {
    padding-right: 35px;
    }} 
     
  7. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    It doesn't look like that did anything, either.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  10. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    Thank you - looks great!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page