Add a multi-column single menu Reformation

Topic summary

Users are experiencing issues with mega menu formatting on desktop, specifically overlapping elements and inconsistent font sizes.

Initial Problem & Solution:

  • A CSS fix was provided targeting the .thb-full-menu class to make the menu display as flexbox with wrapped columns
  • The code adjusts positioning and width properties for menu items with children

Ongoing Issues:

  • After implementing the fix, clicking on categories causes the menu layout to change unexpectedly
  • The original poster appears to have found a solution, though details weren’t shared

Related Requests:

  • Another user (using Dawn 11.0 theme) wants to convert their menu into a structured multi-column format with 8 collections per column
  • A third user asks about adding dividers or sub-headings with horizontal item display, similar to a sidebar-style mega menu

Status: The thread remains open with multiple users seeking similar multi-column menu customizations but no comprehensive solution provided yet.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi All,

My mega menu on desktop has overlapped and the font size if different to other menu drop downs, any help appreciated.

URL: https://label-source.co.uk/

Thank you,

Hi @Danielparsons ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/app.css->paste below code at the bottom of the file:

@media screen and (min-width: 1068px) {
    .thb-full-menu li.menu-item-has-children {
        position: static;
    }
    .thb-full-menu .sub-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .thb-full-menu .sub-menu li {
        width: 20% !important;
    }

}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

Hi Pagefly,

I have noticed an issue with this menu. When you click on a category the menu changes to the below. Please help, thank you.

1 Like

Hi @Danielparsons ,

I did not check this error. Looks like you already have the solution, right?

Let me know if you have any questions

Best regards,

Richard | PageFly

I have the same problem and I would like to change it into multi-columns single menu. Each column should have 8 collections as long as it looks neat and tidy. Can you please help me with this ? I am using Dawn 11.0. Many thanks

Is there a way to add a divider. Or sub headings like the attached.