• I just installed Category List Shortcode. It works great except for one thing. The title of the posts is not formatted correctly (actually, it doesn’t seem to be formatted at all). It appears as just a link in the normal paragraph style and it is not separated from the following paragraph by either a line break or even a space (see the example on the link below).

    I found this code in the plugin’s CSS and I assume that it is supposed to control the placing of the title:

    .cat-post-title{
    display: block;
    width:100%;
    }

    however, I experimented with some changes and they had no effect. (The css code above is the original and doesn’t contain any additions of mine.)

    Here is a page that shows the problem: http://www.subudboston.org/susila-dharma/
    (The site is new and I am still working on it, so pardon the mess.)

    http://wordpress.org/plugins/category-post-shortcode/

Viewing 1 replies (of 1 total)
  • Thread Starter Jake Sterling

    (@jake-sterling)

    Update:

    I just pasted the CSS code (mentioned in my original post) into the theme’s CSS and it works. The theme is WordPress’s “Twenty-Eleven.” Clearly there is some conflict between the theme’s CSS and that of the Category Post Code plugin.

    If anyone has an idea about how to make the appropriate change in the plugin, that would be great.

    Here again is the code that I pasted into the Twenty-Eleven CSS

    .cat-post-title{
    display: block;
    width:100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Post titles lack formatting’ is closed to new replies.