Full-Width Map Footer Template

Make your location the star of the show with this immersive, full-width map footer.

Ideal for destination businesses, event venues, or real estate listings, this template uses a full-bleed map as a dramatic background, with your contact details and links elegantly overlaid on top.

Screenshot of a footer with a full-width map as the background and an info box with address and links overlaid.

Get Source Code Preview

About this Full-Width Map Footer Template

This footer breaks out of the traditional container to create a visually striking, full-width experience. By placing the Google Maps iframe in the background and layering the content on top, it creates a modern and memorable final impression. An overlay with a semi-transparent background ensures that the text content remains readable against the map.

Features

Ideal Use Cases

Code Breakdown

The core of this template is the s.footer-map__container which is a CSS Grid container. Both the map iframe and the content overlay div are placed in the same grid cell (grid-area: 1 / 1 / 2 / 2;). This stacks them on top of each other. The z-index property is used to ensure the content overlay appears on top of the map.

The map iframe is set to width: 100% and height: 100% to fill the entire footer area. The content overlay uses Flexbox to center its content, providing a clean and robust layout.

Code

Here's the full code for the footer template:

View Output