Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #727590

    I am building with the Envold theme and I have the menu bar at the left side, like this demo:
    http://kriesi.at/themedemo/?theme=enfold-overview
    Now when I ad a sub-menu then the sub-pages menu appears at the right side of the main menu. I don’t like this design. Is it possible to create a sub-menu that opens vertically under the parents page/main menu link?

    To be clear: I like to click on a page link in the main menu, and then want to open a sub-menu directly under the main link. Not at the right side. Just like it is when I open the site in mobile view, then the sub-pages are placed under the main pages.

    Thank you!

    Alwin

    • This topic was modified 7 years, 3 months ago by Alwin.
    #727838

    Hey Alwin,

    Could you post a link to the site in question so that we can take a closer look please? Also, I’m not sure if I understand exactly what you are looking to achieve, could you link to an example maybe?

    Best regards,
    Rikard

    #727868

    Hey Rikard,

    This is the site I am working at:

    Now when you go with your mouse to the page “Diensten” you see the submenu with 2 extra pages. I don’t like the fact that the submenu is on the right side. I want to submenu positioned directly under the parent page (so under Diensten).

    When you look at this site in mobile view, then the subpages are placed under the parent page. Exactly what I want to achieve in the desktop/non mobile view.

    • This reply was modified 7 years, 3 months ago by Alwin.
    #728357

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav ul { position: static; }
    

    It seems like you forgot to post the example site.

    Enjoy your holidays :)

    Best regards,
    Yigit

    #810936

    Hello, how can i change the position of the sub menu. Now its on the left side, but i would like it to the right side. thanks

    pic

    #811091

    Hi csogordaniel,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #811363

    Hello Victoria,
    Sure :)
    Best regards,
    Daniel

    #811583

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-main-nav ul ul {
        left: 207px;
    }
    

    Best regards,
    Yigit

    #811585

    Hello,

    Thanks a lot Yigit!

    Best regards,

    Daniel

    #811593

    Hi,

    Glad it worked for you! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.