Reply To: Dropdown Menu

Homepage Community Forums Classik Theme Support Dropdown Menu Reply To: Dropdown Menu

#1016
Wes
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.