Helix Ultimate 2 Menu Drop Down CSS Bug - Question | JoomShaper

Helix Ultimate 2 Menu Drop Down CSS Bug

MD

MW Dev

Helix Framework 2 years ago

Hello,

Please alert the devs there is a CSS alignment issue with the menu drop down. I've provided a link to screenshot in the hidden content area.

Also, I've noticed that the menu drop down alignment when set to "right" doesn't always align the to right edge of the container but extends off page where content is not viewable.

Thanks

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #32363

Hello MW Dev

Thanks for the suggestion. Templates provide a basic design. It is fully customizable. Please use this CSS to Template Options -> Custom Code -> Custom CSS

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full{
    right: -16px;
}

Best regards

0
MD
MW Dev
Accepted Answer
2 years ago #32553

Hi Ofi,

Thanks for the note. We'll do this in the meantime. Though, shouldnt this be updated for a future release? A justified setting with 100% width should usually extend to the width of the container and not be offset right?

Cheers

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #32606

This might be a minor issue. You have all the power to customize. I will share it with the developer team.

0