• mylinhtruongphotography

    (@mylinhtruongphotography)


    Hello,

    How do I get the text in my Recent Posts side widget to break into the the next line?
    http://www.mylinhtruong.com/blog/

    The current CSS code is
    .widget-area {
    overflow: hidden;
    }

    I’VE ALREADY TRIED 2 THINGS AND IT DID NOT WORK. IN BOTH CASES, THE TEXT AND DOTTED LINE JUST CONTINUED HORIZONTAL.
    1. Deleting ‘overflow: hidden’
    2. Changed the CSS code to say
    .widget-area {
    word-wrap: break-word;
    }

    Hope someone can help. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Try adding a defined width to the li items via your theme’s style sheet.

    Thread Starter mylinhtruongphotography

    (@mylinhtruongphotography)

    Hi Tara..thanks for your response. I’m familiar with where to find the Style.css file..but not sure how to “add a defined width to the li items”. Can you tell me how I can do that specifically? Or what the code should be?

    Doesn’t my page already have a defined width which you can see where the text gets cut off at “Lynette & Jeremy, Fu”?

    Moderator t-p

    (@t-p)

    your current theme “albedo” is not to be found in the WP free theme repository.

    I suggest you contact the theme developer.

    Thread Starter mylinhtruongphotography

    (@mylinhtruongphotography)

    Yeah unfortunately, I can’t do that as they charge a hefty fee for customization. That’s why I was hoping to get some help here at the WordPress Forum.

    WordPress forums does not support Commercial Products unfortunately.

    Either switch to a supported theme or deal with the theme provider.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget Text Cut Off’ is closed to new replies.