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
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
Hi Elliott
Looks perfect, thank you very much.
Much appreciated.
Regards
Dan