Archived topic
Unknown page hero
4 replies · Started by chris on April 22, 2021
Hi things are been thown off and mi not sure why?
Trying to merge on home page. and since adding global header option i have huge hero for some reason and i cant find where its from, ( can remove with css ) but dont want too.
(On service page padding is too little, weird things happening!!)
Hi Chris,
Not sure if I fully understand.
From what I can see, there is an empty page hero with the full screen option activated.
This is the content added in there: <!-- this comment needs to be here -->.
Does that help?
Great thanks that fixed the home page hero issue, now on the other pages with a different hook the page is displaying under the merge, and the padding option isnt adjusting. Is there a way to set the gap site wide for all pages other than the home page, so any content i add to new pages is displayed with a gap between the header and the info. ( As now the title sits under the merge for some reason) thanks for the help
Offset Site Header Height isnt adjusting the content
Hi Chris,
Try this CSS:
.header-wrap + #page {
padding-top: 100px;
}
Let me know :)