Full width submenu
- thijs@hetgroenebureau.nl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 months 2 days ago #73701
by thijs@hetgroenebureau.nl
Full width submenu was created by thijs@hetgroenebureau.nl
Hi there,
I'm a bit wrestling with a full width submenu:
I have successfully integrated the maximenu in my website. I just replaced the main menu and converted the styling the a custom template of maximenu.
The only thing is, I wish the submenu to fold out full width of the screen without making the maximenu fixed to top. But now the submenu takes only takes full width of the size of the menu, see attached image.
I'm not that great in CSS that I instantly understand how to get this to work.
Hopefully you can help me out with some clean css tricks.
Thanks in advance and for the great module.
Thijs
I'm a bit wrestling with a full width submenu:
I have successfully integrated the maximenu in my website. I just replaced the main menu and converted the styling the a custom template of maximenu.
The only thing is, I wish the submenu to fold out full width of the screen without making the maximenu fixed to top. But now the submenu takes only takes full width of the size of the menu, see attached image.
I'm not that great in CSS that I instantly understand how to get this to work.
Hopefully you can help me out with some clean css tricks.
Thanks in advance and for the great module.
Thijs
Please Log in or Create an account to join the conversation.
2 months 2 days ago #73702
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Full width submenu
Hi
Please give me the url of the page so that I can check
CEd
Please give me the url of the page so that I can check
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- thijs@hetgroenebureau.nl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 months 2 days ago #73703
by thijs@hetgroenebureau.nl
Replied by thijs@hetgroenebureau.nl on topic Full width submenu
here you go:
mission.guide/nl/esg-diensten
mission.guide/nl/esg-diensten
Please Log in or Create an account to join the conversation.
2 months 2 days ago #73704
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Full width submenu
you can make the menu full width of your page by adding this custom css
you can add the custom css in the styling interface of maximenu, or in your template
Code:
div#maximenuck189 ul.maximenuck {
position: static !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- thijs@hetgroenebureau.nl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 months 2 days ago #73705
by thijs@hetgroenebureau.nl
Replied by thijs@hetgroenebureau.nl on topic Full width submenu
Thanks Cedric, that was easy does it
... tried something like that but definitely in the wrong way

Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds