Scaling index.

adambd / 2012-11-11 07:05:32   

Hi,

How do I scale my index to fit the screen

eg -
agnekuzmickaite.com/en/

on that site "© Copyright Agnė Kuzmickaitė 2012" always stays on the bottom of the screen.

I would like mine to do the same -
ben-dror.com/new/

Thanks !

arsondpi / 2012-11-11 09:23:14   

Simply add in your style.css something like:

  1. #index .bot {
  2.     bottom: 10px;
  3.     padding: 0;
  4.     position: fixed;
  5. }
adambd / 2012-11-11 09:54:12   

Perfect!

Thank you very much.

This thread has been closed, thank you.