My theme is a subtheme of Bootstrap5. I only have content in the Main content region and in Sidebar second (nothing in Sidebar first).
On large screens, I want to show them side by side, with the Main content on the Left and the Second sidebar on the right. This happens by default.
On mobile screens, I want to show them stacked, with the Second sidebar on top and the Main content below. Currently, it is the other way round (Main content on top and Second sidebar below). How can I switch them around on mobile?
I maintain a module that provides a block with a wall clock embedded – Wallclock. The clock is mainly created in a file called templates/wallclock.html.twig, which consists of some SVG to create the clock and hands. In this template I've put placeholder for some text, which shows as "This string should be placed just below the clock face." This is how in currently looks if the block with the block is placed inside the main content region:
When browsing the page of [Parent_A], the menu I want to display in the sidebar is:
This is the same when displaying the page of [Child_A1] or when displaying [Grandchild_A1-1].