Answered
How can I customize the height of the single toc menu rows?
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
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
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)
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.