Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    This is something caused by some CSS from your current theme. If you share your site’s URL I might take a look.

    Thread Starter skmkd

    (@skmkd)

    Hi Hector

    The URL is bold.mk

    Thanks.

    Plugin Author Hector Cabrera

    (@hcabrera)

    It seems you (or your developer) customized WPP’s stylesheet. You currently have:

    .wpp-post-title {
        display: inline;
        float: left;
        clear: right;
        width: 140px; /* <--- THIS IS WHAT IS LIMITING THE WIDTH OF THE TITLE */
        font-size: 0.8em;
    }

    Simply remove the width: 140px; line and that’ll fix it.

    Thread Starter skmkd

    (@skmkd)

    Thank you for your answer.

    I have tried changing the value in that parameter, but haven’t tried removing the whole line.

    Removing the whole line didn’t change anything. I have changed “Use plugin’s stylesheet” setting from “Enabled” to “Disabled” and that did the trick.

    Thanks ??

    Plugin Author Hector Cabrera

    (@hcabrera)

    You probably just needed to clear your browser’s cache to see the change, though. Disabling the stylesheet is a bit extreme but hey whatever works for you hehe.

    Enjoy the plugin!

    Thread Starter skmkd

    (@skmkd)

    Thanks for doing a great job.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title not using the whole row’ is closed to new replies.