Also, to answer your other question (from the email)
I mistakenly added a “clear: both;” to “entry-content p” on line 942 in the style.css file. If you remove the “clear: both;” it will work properly.
.entry-content p {
clear: both;
}
Let me know if that works.