• what’s a working css code to center the post title below the thumbnail?
    mine appears next to it.
    I had a code before:

    .tptn_posts { text-align: center; }

    .tptn_link { display: block; text-align: center; }

    .tptn_title { display: block; text-align: center; }

    But now they don’t work anymore.
    Any alternative code?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Doug

    (@nicoblog)

    Solved doing this to the thumbnail:

    .tptn_thumb {
    display: block;
    margin-left: auto;
    margin-right: auto }

    i hope it helps somebody else.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘center post title below image’ is closed to new replies.