April 10, 201412 yr I'm trying to limit the height of a Wordpress Facebook Feed plugin by setting it in CSS... the thing is I can set the height fine but the damn posts keep on dropping out of the box anyway. Can anyone help out? It's the bottom right window here: http://intstudio.co.uk/contact/ Cheers!
April 10, 201412 yr I'm going to take a stab at it and suggest you want overflow: hidden http://css-tricks.com/the-css-overflow-property/
April 10, 201412 yr Yep. Just add overflow:hidden; to your parent container. If that doesn't give the result you want, post your code on here.
Create an account or sign in to comment