Hello,
1. I want to move the secondary menu from the black stripe (above the logo) to the white stripe next to the logo and then remove the black stripe. The primary menu shall be in the burger-menu, but the secondary menu shall have as the same style as the primary menu, which would be at this place, if the burger-symbol is switched off.
2. How can I move the primary menu (after opening the burger-icon) from the right to left side?
Best greetings Andre
Hey brandhands,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
Hello,
for the part in the menu I need a freelancer, alright?
The main menu is moved to the left side now. I have added this code:
.html_av-overlay-side .av-burger-overlay-scroll {
left: 0;
right: auto;
}
But the opening animation is still from right to left (closing from left to right) – How can I reverse this animation?
Best greetings.
Hi,
Thank you for the update. Add this css code to set the transition from left to right.
.html_av-overlay-side .av-burger-overlay-scroll {
width: 350px;
-webkit-transform: translateX(-350px);
transform: translateX(-350px);
}
Best regards,
Ismael
Thank you, it works.
Hi,
Glad it worked for you.
Thank you for using Enfold.
Best regards,
Vinay