Footers are persistent elements on web pages that provide quick links and legal content. Some applications might not include a footer on each page and can provide the same information from a navigation bar or Settings/About section. When they’re used, they’re placed at the bottom of the page.

Also known as: Bottom section, end section, UITabBar (iOS), BottomNavigationView (Android).

Anatomy

A footer with a required brandmark indicated by callout A, copyright text indicated by callout B, and optional links indicated by callout C.

A. Brand mark (required): Visual element representing Visa, a partner brand, or a fictitious brand associated with the product.
B. Copyright text (optional): Text providing critical legal information including a copyright symbol, year of creation, the author’s name, and a rights statement.
C. Links (optional): Link components directing users to legal information.

Usage

When to use and when not to use different types of footers
Component When to use When not to use
Default footerWhen footer contains minimal content. As a source for site navigation.
Navigational footerWhen there’s a need for more content within the footer area including links to important site resources.As the main source for site navigation.

Best practices

  • Follow all guidance found in Link when implementing links in the footer.
  • Ensure the footer appears the same on every page where it’s used.

Placement

Placement of the footer depends on the use case and experience needs. Consider the three options below when using the footer component.

Fixed

Footers can be fixed to the bottom of a web page to let users know they’ve reached the end. This is the default behavior for footers as its the least disruptive to the user.

A footer fixed to the bottom of a web layout.

Sticky

Footers can also be “sticky” to ensure they’re always visible. Sticky footers stay at the bottom of the viewport regardless of how the user scrolls.

A sticky footer that maintains its position on the bottom of the screen as the page is scrolled.
  • Only use this method if the footer content is critical and needs to be accessible at all times.

About pages

The application can use an “About” page if the footer content doesn’t need to appear on every page. This page could include content like copyright notices or acknowledgments, providing a less high-profile way for users to access this information. Check with Product Legal requirements about what must be accessible to users at all times.

An About page with links to learn about career opportunities and to email for more help or questions. A copyright notice is included at the bottom of the page.

Platform considerations

Web

On most web pages, the footer size is determined by the screen size. The footer component has responsive breakpoints to support a full range of devices. The standard 1440 px footer is recommended for desktop web environments.

A web footer with a brandmark and copyright text on the left and three links on the right

Tablet

On tablets, the footer size and layout is determined by screen size and orientation. The standard approach for tablet footers is 768px.

A tablet footer with a brandmark on top, three links below it, and copyright text on the bottom

Mobile

On mobile, the footer size and layout are determined by the screen size and orientation. The mobile navigational footer can be adjusted for different breakpoints to support a range of mobile devices, including tablets and smartphones. The standard approach is 768px for tablets, 767px to 346px for devices between tablet and mobile, and 345px for mobile devices.

A mobile footer with a brandmark and copyright text on the top and three links on the bottom

Content

  • Write all content in sentence case, except for acronyms or proper nouns, like the application name.
  • Don’t use punctuation for navigation items.
  • Ensure the links in navigation footers match page titles to enhance the user’s understanding of the site’s information hierarchy.
  • Ensure the copyright notice only contains the following details: copyright symbol, year of creation, name of author, rights statement.
  • Follow guidance for labeling links. Learn more in Link.