people who are smarter than me what the hell is going on with my rentrys container like not moving LOL
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
}
Reactions
Comments
Leave a comment