Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • questbg Friend
    #133472

    Hi Everyone

    I’ve got a really annoying problem with my Table of Contents in multi-page articles in Teline II.

    I’m not sure when this started happening (I don’t actually check the content too often, I leave that to others!) but I’m quite certain this was OK before the upgrade to Joomla 1.5.7

    Here’s what I’m currently getting in multi-page articles:

    However, before the upgarde, it used to look something like this:

    Does anybody know what could cause this, or even better, how I can I shift the ToC back to the right hand side in the articles?

    Thanks
    Chris

    Menalto Friend
    #271110

    You can see if you find this here in the css file:

    table.contenttoc {
    font-size:92%;
    margin:0 0 10px 10px;
    padding:0;
    width:35%;
    }

    And add float: right to it:

    table.contenttoc {
    float:right;
    font-size:92%;
    margin:0 0 10px 10px;
    padding:0;
    width:35%;
    }

    questbg Friend
    #271112

    Brilliant!

    Thanks Menalto, please mark to Solved.

    Chris

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  questbg 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum