Fat Footer (Sitemap Style) Template

Provide a complete, at-a-glance sitemap for your users with this comprehensive "fat footer" template.

This large-format footer is designed for content-rich websites, helping users discover pages they might have missed and improving overall site navigation and SEO by exposing key internal links.

Screenshot of a large, multi-column 'fat footer' with numerous link categories and a final copyright bar.

Get Source Code Preview

About this Fat Footer Template

A "fat footer" acts as a secondary navigation hub for your entire website. By presenting a wide range of links in an organized, multi-column layout, it gives lost users a final chance to find what they're looking for before leaving the page. This template uses a powerful and modern CSS Grid layout that is both robust and elegantly responsive.

Features

Ideal Use Cases

Code Breakdown

The magic of this template lies in a single line of CSS. The main container, .fat-footer__main, uses display: grid and a clever grid-template-columns value: repeat(auto-fit, minmax(220px, 1fr)).

Here's what that does:

This combination creates a perfectly fluid grid that adapts to any screen size without needing specific breakpoints. On a wide desktop, you might see 4 or 5 columns. On a tablet, it might reflow to 2 or 3. On a mobile phone, it will elegantly stack into a single column. The bottom bar uses Flexbox for simple alignment of the copyright and social links.

Code

Here's the full code for the footer template:

View Output