Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408120

    I’m using a widget on my home page to show facebook and twitter feeds.

    Some facebook posts are very long and showing the whole post.

    Is there some code to put in that will show the first 200 characters of a post on my home page only?

    Homepage is http://176.32.230.26/pacerehab.com/ the offending post is under the News & Social Media image

    Thanks in advance

    Dan

    #408418

    Hey sjidesign!

    Try adding this to your custom CSS.

    .cff-text {
      display: block !important;
      height: 80px !important;
      overflow: hidden !important;
    }

    You may need to play around with the 80px value to make it look good.

    Cheers!
    Elliott

    #408732

    Hi Elliott

    Looks perfect, thank you very much.

    Much appreciated.

    Regards

    Dan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Limit Home Page Facebook/Twitter Feed Characters’ is closed to new replies.