Hello. I can't seem to find the way around this, as I have a FAQ page which consists of a list of anchors to the question (clicking the question jumps to the question + answer which are located in the same page). But the header overlaps the (h2) question and part of the answer. See the attached images for reference. Thanks in advance!~~~~
#AppShell Header overlapping elements in AppShell children.
2 messages · Page 1 of 1 (latest)
You can try styling your h2 tags on this page.
50px is an example, you need to replace this with your header height
h2 {
padding-top: 50px;
margin-top: -50px;
}