Once you click on Inspect, the Developers Tools window will pop up (could also appear on the left/right side of the screen). Hover over the different HTML elements until the desired element is highlighted – in our case, the header highlighted in blue. We want to add the gallery right after the header so we’ll copy the header’s ID (marked in green) or the header’s Class (marked in blue). Just copy one of them.
Tip – try to pick the most specific element; in this scenario, we would prefer the ID instead of the Class because it is more specific – there is a higher chance that the element is unique. Either way, we can always use the Route Filter option to display the gallery only on the desired page.