Mega Menu Layout Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mega Menu Layout Problem

DR

doug raught

Helix Framework 3 years ago

I created a mega menu with 4 columns. When viewed from the front-end, one of the columns is empty. The link that should be in the empty column gets pushed into the first column.

I've tried different variations but I keep getting an empty column. I reset (rebuild) the menu but that didn't work. I've attached screenshots from the Megamenu backend and the frontend.

Any suggestions? Thanks!

Here's the url: https://www.holyhoster.com/nl/index.php

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56745

Hello

Thank you for your query.

Please add the following css in custom css section:

.sp-dropdown-inner .col-sm-3 {
    max-width: 25% !important;
    flex: 0 0 25% !important;
}
0
DR
doug raught
Accepted Answer
3 years ago #56748

Thanks.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56751

You are most welcome :)

0