NetTalk Central

Author Topic: Pagefooter  (Read 3605 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Pagefooter
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Pagefooter
« Reply #1 on: June 12, 2017, 11:36:27 PM »
In all the examples the footer is the full page width - so I'm not sure I follow your question?

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Pagefooter
« Reply #2 on: June 13, 2017, 03:25:38 AM »
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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Pagefooter
« Reply #3 on: June 14, 2017, 05:12:29 AM »
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