Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kentfarst

    (@kentfarst)

    In your style.css file, line 60, you have this rule:

    .clear, .cleaner {
        clear: both;
        height: 0;
        overflow: hidden;
    }

    which is setting the height as zero. I can fix the issue in a future version, seeing as it’s a bad idea for me to use a class named “clear”, but for now you can tweak it yourself by adding the following just after the rule above in style.css:

    .wp-theater-section .clear {
        height: inherit;
    }
    Thread Starter MicroChaotic

    (@microchaotic)

    Thanks for that!

    You’re doing great work!

    Plugin Author kentfarst

    (@kentfarst)

    You’re welcome and thanks!

    … and don’t be shy on rating the plugin ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More button not showing up.’ is closed to new replies.