Aero Admin
  • Dashboard
  • Documentation
  • CSSarrow_drop_down
  • Componentsarrow_drop_down
  • Javascriptarrow_drop_down
  • APPsarrow_drop_down
  • Pagesarrow_drop_down
  • My profile John Doe arrow_drop_down
  • Color
  • Grid
  • Helpers
  • Media
  • Sass
  • Shadow
  • Table
  • Typography
  • Badges
  • Buttons
  • Breadcrumbs
  • Cards
  • Chips
  • Collections
  • Footer
  • Forms
  • Icons
  • Navbar
  • Pagination
  • Preloader
  • Collapsible
  • Dialogs
  • Dropdown
  • Media
  • Modals
  • Parallax
  • Pushpin
  • ScrollFire
  • Scrollspy
  • SideNav
  • Tabs
  • Transitions
  • Waves
  • CRUD
  • Pricing Table
  • DataTables
  • Maps
  • Charts
  • Blank
  • Login
  • Register
  • Forgot Password
  • Error 400
  • Error 403
  • Error 404
  • Error 500
  • Profile
  • Logout
menu
  • Aero Admin

  • Dashboard
    • CSS
      • Color
      • Grid
      • Helpers
      • Media
      • Sass
      • Shadow
      • Table
      • Typography
    • Components
      • Badges
      • Buttons
      • Breadcrumbs
      • Cards
      • Chips
      • Collections
      • Footer
      • Forms
      • Icons
      • Navbar
      • Pagination
      • Preloader
    • JavaScript
      • Collapsible
      • Dialogs
      • Dropdown
      • Media
      • Modals
      • Parallax
      • Pushpin
      • ScrollFire
      • Scrollspy
      • SideNav
      • Tabs
      • Transitions
      • Waves
    • APPs
      • CRUD
      • Pricing Table
      • Datatables
      • Maps
      • Charts

call_to_action Footer

Footers are a great way to organize a lot of site navigation and information at the end of a page. This is where the user will look once hes finished scrolling through the current page or is looking for additional information about your website.

Introduction

Note: We use flexbox to structure our html so that the footer is always on the bottom of the page. It is important to keep the structure of your page within the 3 HTML5 tags: <header>, <main>, <footer>

Footer Content

You can use rows and columns here to organize your footer content.

Links
  • Link 1
  • Link 2
  • Link 3
  • Link 4
  • Link 5
© 2016 Copyright Text Logout
	            	
<footer class="page-footer">
	<div class="container">
		<div class="row">
			<div class="col l6 s12">
				<h5>Footer Content</h5>
				<p>You can use rows and columns here to organize your footer content.</p>
			</div>
			<div class="col l4 offset-l2 s12">
				<h5>Links</h5>
				<ul>
					<li><a href="#!">Link 1</a></li>
					<li><a href="#!">Link 2</a></li>
					<li><a href="#!">Link 3</a></li>
					<li><a href="#!">Link 4</a></li>
					<li><a href="#!">Link 5</a></li>
				</ul>
			</div>
		</div>
	</div>
	<div class="footer-copyright">
		<div class="container">
			© 2016 Copyright Text
			<a class="right" href="login.html">Logout</a>
		</div>
	</div>
</footer>
	            	
	            

Sticky Footer

A sticky footer always stays on the bottom of the page regardless of how little content is on the page. However, this footer will be pushed down if there is a lot of content, so it is different from a fixed footer. Add the following code to your CSS file.

Note: This may cause issues in Internet Explorer which has weak support for flexbox.

	            	
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}
	            	
	            
Aero Admin

A Material Design based admin template.

You can use rows and columns here to organize your footer content.

Documentation

Please, in case of doubt read the documentation. If the doubt still remains, don't hesitate to contact me. I'll be glad to help you or even listen to your suggestions. :)

Links
  • Dashboard
  • CSS
  • Components
  • Javascript
  • Profile
© 2016 Aero Admin, All rights reserved.