Hi there,
When I use the Blank page attribute there is still a large section at the top of the page, in other words when the header & footer setting is used any content sits in the middle of the screen instead of moving up to the top of the screen. I have tried to Firebug these areas but this doesnt seem to work.
I require pages with NO header or Menu and any content to be constructed using the Advance Page builder i.e. logo/menu links/footers, this enables me to place widgets wherever I like.
Thanks for your help.
Silvio
Hi Silvio, I have the same issue: https://kriesi.at/support/topic/sticky-header-visible-on-a-page-with-no-header-and-no-footer/
You can try this in your quick CSS, seems to work for me:
#top.avia-blank #wrap_all {
padding-top: 0!important;
}
#top.avia-blank #wrap_all {
vertical-align: top;
}
hi and thanks… doesnt seem to work for me :(
Hi @djpoel!
Best regards,
Devin