NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 12, 2017, 12:41:37 PM
-
Hi, how to makethe pagefooter be outside the body div?
I need it full page width and cant do it
Thanks
-
In all the examples the footer is the full page width - so I'm not sure I follow your question?
Cheers
Bruce
-
Please see image,
Header is full width, footer does not.
In the Header I use an image position;absolute and I can use the full page width
Body div does not take the full page width
-
The header and the footer are both inside the Body.
Look at the CSS applied to the header - perhaps you want something similar for the footer?
Also, you could set the body to be 100% wide - I suspect it currently has margins set or something.
So, the goal is not to move the footer outside the body div - the right goal is to correct the css for the body div, or the footer, to get the effect you want.
cheers
Bruce