people who are smarter than me what the hell is going on with my rentrys container like not moving LOL
Reactions
Responses
if you're talking about images going outta the container you need to use a float clear. so just put !; two lines after the last image
I know next to nothing about rentry, but I can tell you how you would fix the container size with CSS, and maybe that will help you translate it into rentry's syntax.
.entry-text article {
overflow: auto; // overflow: scroll; also works
}