Menu Dropdown With Megamenu Module Bug - Question | JoomShaper

Menu Dropdown With Megamenu Module Bug

R

Rakesh

Helix Framework 10 months ago

Experiencing problems with the Megamenu when using multiple menu's with a Template dropdown that has a module inside. The Custom module contains an image.

Since the module contains a full width page. This creates a problem with the location of the sp-dropdown-inner.

By changing right:0; to 'auto' and adding max-width this gets solved.

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: auto;
    max-width:300px;
0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #178353

Hi Rakesh,

Thanks for contacting us. Is this solved now?

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #178457

Thanks for accepting the answer.

0
R
Rakesh
Accepted Answer
10 months ago #178345

The first menu sp-dropdown has a style code [element] added (300px) that shouldn't be there (leaving empty is not posible).

<div class="sp-dropdown sp-dropdown-main sp-dropdown-mega sp-menu-center"
style="width: 300px;">

Have set the alignment to center now, this helps. I would prefer left, but that gives difficulties with the first menu. With center, left -150px is added, but this isn't good either. Should be -100px.

0