• Resolved Fantou

    (@fantou)


    Hello,

    Is there a way to set the z-index of the TOC ? Because on my site (with Blocksy’s theme) the TOC goes over the header. So I could do something with custom CSS but I would like to know if there is a setting for this

    The problem occurs since the V3 version, with the V2, I hadn’t this problem

Viewing 1 replies (of 1 total)
  • Plugin Support Michael

    (@wpjmike)

    Yes, you can adjust the z-index using the built-in CSS variable like in the example below:

        :root{
    --jtoc-z-index: 123;
    }

    Make sure to add this to the Custom CSS section of the settings under Styles and adjust the value of the z-index accordingly to your needs.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.