• Resolved Jimmi

    (@jimmi61)


    Hi, I’m writing the code of a new theme and I wanted to decrease the indent space of the page list block.

    Searching the web did not helped, I give a try with the following code in theme.json:

    "core/page-list-item": {
    "style": {
    "indent": "1px"
    }

    But did not worked. May someone give me a hint?

    • This topic was modified 1 year, 10 months ago by Jimmi.
Viewing 1 replies (of 1 total)
  • Thread Starter Jimmi

    (@jimmi61)

    Finally I found it! This code is working in theme.json:

    {
    "styles": {
    "css": " .wp-block-page-list ul { padding-left: 10px; } "
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘Change Page List horizontal shift’ is closed to new replies.