Hi,
I have removed the Breadcrumb plugin and any url references I made in default.html.twig.
The file default.html.twig is now just:
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ page.content }}
{% endblock %}
I have set up two pages underneath Home, call them A and B.
Underneath A, I have set up two subpages, call them Aa and Ab.
Underneath Aa, I have set up one subsubpage, call it Aa1.
I have enabled the dropdown menu in user/config/themes/antimatter.yaml
Most of the pages are visible on the menu when on different pages or subpages, but when I am on subpage Aa, the page below it, subsubpage Aa1 is NOT visible from the menu. (But Aa1 is visible on the menu when I am on each of the other pages.)
Perhaps I shouldn't use subsubpages!
Anyway, this glitch may be tied up with my Breadcrumb issue (which I have parked for the moment).
Thanks for your help, Luke