Hi,
How can I align the text in the table of contents so that it is between the lines? Padding-Top has no influence. What do I have to do to make it work?
https://bricks23.v3mag.de/powerpoint-master-erstellen-lassen/
BR
Donald
Hi,
How can I align the text in the table of contents so that it is between the lines? Padding-Top has no influence. What do I have to do to make it work?
https://bricks23.v3mag.de/powerpoint-master-erstellen-lassen/
BR
Donald
Can you post your html too?
Remove this
#brxe-ovdxco .toc-link::before {
border-top-width: 1px;
border-top-style: solid;
}
If you can’t remove it do border-top-width: 0;
And add this:
.toc-list-item {
border-top: 1px solid #333;
}
Thank you. That works very well.