Created on 22 September 2022, almost 2 years ago
Updated 12 April 2023, about 1 year ago

I suggest to split the footer into four areas (four boxes) and add one broad box under all 4.

✨ Feature request
Status

Active

Version

1.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Hi @bendqh1 β†’ ,

    Maybe this footer design pattern is a Olivia theme part. if you need to change the footer according your requirements just include the new region in your sub-theme custom_theme.yml file. like below code.

    regions:
      header: Header
      content_below: 'Content Below (Flex Layout)'
      footer_top: 'Footer Top (Flex Layout)'
      footer_first_box: 'Footer first box'
      footer_second_box: 'Footer second box'
      footer_third_box: 'Footer third box'
      footer_fouth_box: 'Footer fouth box'
      footer_bottom: 'Footer Bottom'

    and themed according your design.

Production build 0.69.0 2024