I am using the template Helix Ultimate 2.0 in Joomla 4 . For the menu is used the Mega Menu. The dropdown width is 240px. The menu width used is for 2 different menu- items ( mega menu) is 800 px and 500 px.
On the desktopscreen the 2 width's are correct presented. However on the ipad (screen 1080x810) the 2 width's appears not to be adapted to the smaller screen but are partially overlapping the ipad screen.
What can i do to the settings?
With 'Inspector' in Firefox i see following css info for the 500 px menu-item:
element {
width: 500px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
top: 100%;
}
.sp-dropdown.sp-dropdown-mega {
width: 920px !important;
}
.sp-megamenu-parent .sp-dropdown {
margin: 0;
position: absolute;
z-index: 10;
display: none;
Is it triggered by: .sp-dropdown.sp-dropdown-mega {
width: 920px !important; Resulting from a standard setting?
Thanks for your answer