Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #944075

    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

    #945123

    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

    #945317

    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.

    #945797

    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

    #945829

    Thank you, it works.

    #946764

    Hi,

    Glad it worked for you.

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Secondary Menu to logo area (place of primary menu)’ is closed to new replies.