Skip to main content
morpher_2k5
Inspiring
June 24, 2015
Answered

How can I customize the height of the single toc menu rows?

  • June 24, 2015
  • 1 reply
  • 252 views

I like to customize the TOC settings and would like to know where I can define the height of the rows in the toc.

Kind regards,

morpher

    This topic has been closed for replies.
    Correct answer morpher_2k5

    I found out that the row height can be formatted within the CPLibraryAll.css file:

    .tocEntryContainerStyle {

      position: relative;

      height: 140px (here you can define the height)

    }

    1 reply

    Lilybiri
    Legend
    June 24, 2015

    Sorry, no, you have very little control over the formatting of the TOC. You can edit font size, not row height.

    morpher_2k5
    Inspiring
    June 24, 2015

    Isn't there a way to edit the row height directly in the CPM.js file?