@audiomonk
RE: Can you explain why custom css only applies on that and a few other pages?
In as far as I can tell, the custom CSS is on all pages.
RE: Or why it shows the one that doesn’t match as having a different class than the others?
“Method two – Use Variation Loader” is an h2
tag.
“So, where does JWildfire keep its custom variations?” is a h3
tag.
This makes it a nested/hierarchical list. Without custom CSS the “So, where does JWildfire keep its custom variations?” would be indented to indicate that is is a sub heading of “Method two – Use Variation Loader“.
The custom CSS does not account for this and does not apply the spacing (margin).
You, have a few options to correct this yourself.
- Make “So, where does JWildfire keep its custom variations?” an
h2
tag.
- Adjust the custom CSS to account for the nested/hierarchical list by adding the selector necessary to add the spacing (margin).
- Disable the “Show as Hierarchy” option on the Table of Contents settings admin page. (This would work with the supplied CSS, not certain what the result would be with the custom CSS).