2013-06-24 02:17:08 +02:00
|
|
|
/* Sticky footer styles
|
|
|
|
-------------------------------------------------- */
|
2014-02-04 13:56:42 +01:00
|
|
|
html {
|
|
|
|
position: relative;
|
2014-01-31 13:20:33 +01:00
|
|
|
min-height: 100%;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
2014-02-04 13:56:42 +01:00
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2014-02-27 10:15:53 +01:00
|
|
|
.footer {
|
2014-02-04 13:56:42 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
2013-06-24 02:17:08 +02:00
|
|
|
height: 60px;
|
2015-12-08 07:05:37 +01:00
|
|
|
line-height: 60px; /* Vertically center the text there */
|
2013-06-24 02:17:08 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Custom page CSS
|
|
|
|
-------------------------------------------------- */
|
|
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: auto;
|
|
|
|
max-width: 680px;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|