Split Logo & CTA Footer Template

Drive user action and reinforce your brand with this bold, split-layout footer.

This minimalist yet bold design dedicates space to two important elements: your brand identity on the left and a compelling call-to-action on the right. It's a perfect, uncluttered closing statement for any action-oriented website.

Screenshot of a modern split footer with a logo on the left and a large 'Get in Touch' button on the right.

Get Source Code Preview

About this Split Footer Template

This footer strips away clutter to focus more on brand recognition and user conversion. The split layout creates a dynamic visual tension that draws the user's eye across the page. A prominent heading and a high-contrast button make the call-to-action impossible to miss, while a separate, thin copyright bar below keeps legal information unobtrusive.

Features

Ideal Use Cases

Code Breakdown

The primary container, .footer-split__main, is a Flexbox container. On mobile, it defaults to a stacked column layout (flex-direction: column) with centered items. A media query for screens wider than 768px changes the layout to a row (flex-direction: row) and uses justify-content: space-between to push the brand and CTA to opposite ends. The align-items: center property ensures they remain vertically aligned.

A separate, slim .footer-split__bottom-bar is used for the copyright notice, keeping it distinct from the main interactive elements.

Code

Here's the full code for the footer template:

View Output