Hello,
Thank you for reaching out to us. To remove the full-width behavior for the dropdown menu, please add the following CSS to your custom CSS:, To add custom css you can follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta
.sp-megamenu-wrapper .sp-dropdown.sp-dropdown-main.sp-menu-right:before {
content: unset;
}
.sp-megamenu-wrapper .sp-dropdown.sp-dropdown-main.sp-menu-right:after {
content: unset;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
border-bottom: unset;
}
Additionally, to remove the icon, follow these steps:
- Go to your Menus section.
- Click on the parent menu items (e.g., Courses).
- Navigate to Link Type and remove the Link Image from there.
Let me know if you need further assistance!
Best Regards,