hanshank
Forum Replies Created
-
I tried 120px just to see what would happen… And, it only made a white space between the header and the body appear. Whenever I click a link that scrolls down the page -> same thing happens…
#frustrated
I tried adding
body {
padding-top: 80px;
}I’ve also tried using “margin”… but css doesn’t quite do it…
No luck…Here’s a clip I recorded that makes it easier to see what is going on:
https://youtu.be/uyCVa2L3h_gI see your point, and I thought the same… But that only pushes the body under the header when at the top of the page. When I press an anchor link, or a menu item with a link to a section of the page, it still doesn’t push the content UNDER the header.
Weird…
Hey Peter,
I’m aware that the padding/margin-top code will work, but that pushes my content down, which is not my desired outcome.
I guess I will have to find some jquery method.
Thanks anyways