0
Welcome Guest! Login
0 items Join Now

Gantry is 500 error if I add a child to the menu

    • Eoin's Avatar
    • Eoin
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 18

    Re: Gantry is 500 error if I add a child to the menu

    Posted 1 week 3 days ago
    • For anyone watching here is the GitHub Issue:

      https://github.com/gantry/gantry5/issues/3266

      The workaround solution that I have used is:

      create all menu items in a single column.

      Add this CSS to your Page Settings > custom CSS atom


      .g-menu-item-12 ul.g-sublevel li {
          width: 25% !important;
          float: left !important;
      }

      Change the ".g-menu-item-12" to the correct number. You can find this by inspecting the elements of your menu item.
    • The following users have thanked you: Matt

    • Owner of Square Balloon

Time to create page: 0.051 seconds