Helix Ultimate: How To Avoid Sub Menu To Drop Off The Right Side - Question | JoomShaper

Helix Ultimate: How To Avoid Sub Menu To Drop Off The Right Side

PH

Peter Hunkeler

Helix Framework 7 months ago

I've built the website with Helix Ultimate and SP Page Builder. I recognize that sub menu entries will drop off the right side when the menu item's text is too long. Is there a setting in Helix Ultimate, or a CSS hack to avoid this?

Example:

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #187251

Hi

Use this CSS in your custom.css file

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    position: relative;
    right: 80px;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #187170

Hi

Thanks for contacting us and sorry for your issue. Could you please explain your issue a bit more?

-Regards.

0
PH
Peter Hunkeler
Accepted Answer
7 months ago #187173

That box below the menu heading "Info" shows the two submenu items. The problem is that the box is cut at the border of the boxed layout (red circle), and thus some of the text "Kontaktformular" is hidden (more or less of the text, dependig on the browser window width).

This is due to the fact that the left edge of the submenu box is ligned to the left edge of the menu entry (Info). The box should start more to the left, so that the end of the box is in line with the right edge of the inner body.

0
PH
Peter Hunkeler
Accepted Answer
7 months ago #187264

Great! Thanks a lot

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #187265

You are most welcome.

0