Hello,
Thanks for your Patience!
- These Modifications comes under Customization as these can be done using the Custom CSS and Utility Classes. We currently do not provide Customization related Support.
Use the following CSS:
[ch_pre type="css"].primary-menu {
z-index: 499;
background-color: #FFF;
}
.menu-container {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 576px) {
.menu-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.menu-container {
max-width: 720px;
}
}[/ch_pre]
and these Utility Classes on the .primary-menu Element:
[ch_pre][/ch_pre]
- You can add the
data-trigger-speed="500" Attribute to the .primary-menu Element.
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.