Tagged: sub-menu
-
AuthorPosts
-
December 22, 2016 at 5:34 pm #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, 11 months ago by Alwin.
December 23, 2016 at 7:32 am #727838Hey 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,
RikardDecember 23, 2016 at 10:53 am #727868Hey 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, 11 months ago by Alwin.
December 28, 2016 at 2:08 pm #728357Hi,
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,
YigitJune 21, 2017 at 12:41 pm #810936Hello, 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
June 21, 2017 at 6:22 pm #811091Hi csogordaniel,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 22, 2017 at 8:05 am #811363Hello Victoria,
Sure :)
Best regards,
DanielJune 22, 2017 at 3:09 pm #811583Hi,
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,
YigitJune 22, 2017 at 3:11 pm #811585Hello,
Thanks a lot Yigit!
Best regards,
Daniel
June 22, 2017 at 3:16 pm #811593 -
AuthorPosts
- You must be logged in to reply to this topic.