Home › Community Forums › Classik Theme Support › Dropdown Menu › Reply To: Dropdown Menu
May 28, 2012 at 12:36 pm
#1016

Moderator
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.