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

Mega Menu Display Issue

S

Sandra97

Template 2 years ago

Hi,

I have some menu display issue.

I have some white space on the left, I don't know why, and if I removed the "Categories" menu link (URL), and put the sub menus directly under "The shop" (what I would like to do), then these items are not displayed at all.

Can you tell me what's going on? And how to solve these issues?

Thanks

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111569

As I see before my CSS there are too many CSS have already used on that portion that's why it creates this issue. I think its better to keep a backup and remake this menu again. Please delete that CSS also.

Make sure you have full site backup.

By the way if you want to hide this menu then i can also do it via CSS. Let me know what you want.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111219

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
S
Sandra97
Accepted Answer
2 years ago #111246

Here it is

I have some unwanted blank space at the left, and I remove "categories" and put the sub-menus under the shop instead of under categories, then the sub-menus are not displayed at all

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111374

Hi

Use this custom CSS

.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-center {
    width: 180px !important;
    left: 0 !important;
}

ul.sp-mega-group-child.sp-dropdown-items{
    position: relative;
    left: -40px;
}
a.sp-group-title{
        position: relative;
    left: -40px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
S
Sandra97
Accepted Answer
2 years ago #111393

Hi,

Thanks but it doesn't solve any of my issues, display is still bad and i still can't display sub menu items if I removed "categories". There's still an empty div which should not be there: <div class="col-sm-6"><ul class="sp-mega-group"><li class="item-122 menu_item item-header"></li><li class="item-349 menu_item item-header"></li></ul></div>

I need to launch the site asap but I can't because of this issue.

Thanks in advance for your help

0
S
Sandra97
Accepted Answer
2 years ago #111582

Hi,

Rebuilding the menu solved the issue. We're good now.

Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111606

Glad to know that.

0