The .navbar-nav class is missing from the menu--footer.html.twig file.

Created on 13 September 2024, 7 months ago

Problem/Motivation

The .navbar-nav class is missing from the menu--footer.html.twig file, which is impacting the current styling.

Steps to reproduce

Drupal Version: 10.3.4
Bootstrap Barrio Theme: 5.5.17

πŸ› Bug report
Status

Active

Version

5.5

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada anjor.rao

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

Comments & Activities

  • Issue created by @anjor.rao
  • πŸ‡¨πŸ‡¦Canada robbdavis

    Yes, this causes problems for css that previously used .navbar-nav.

    The new template also forces 'flex-row' class on the menu (with !important). I have multiple footer menus that display as flex column and this breaks it. I was forced to rollback and put the old menu--footer.html.twig into my theme's template file.

  • πŸ‡ΊπŸ‡ΈUnited States rraney

    I am having this same issue. I can't seem to find a good template to change the classes. I also have menus that should not have the flex-row class and the update broke my menus.

  • πŸ‡ΊπŸ‡ΈUnited States rraney

    I'm taking the drastic approach of altering the menu-columns.twig file. I changed the class manually on line 13 and it resolves my issue temporarily until there's another update. It would be nice for the maintainers to take this into consideration.

  • I have created the patch please review it

Production build 0.71.5 2024