Comments ayoubiqiouch started the conversationOctober 14, 2020 at 1:28amHello how are youHow can I modify the submenu shape as shown in the illustrationThanks in advance 2,701PenciDesign repliedOctober 14, 2020 at 2:18amHi,Thank you, we're fine.To do that, please try do following steps:1/ Go to Appearance > Menus > add "CSS Classes" for menu item "Phones" - like on this image: pmega-2col 2/ Add more this code to Customize > Custom CSS: #navigation .menu li.pmega-2col > .sub-menu { width: 350px; } #navigation .menu li.pmega-2col > .sub-menu > li > a { float: left; min-width: 135px; } #navigation .menu li.pmega-2col > .sub-menu:after { content: ""; position: absolute; left: 50%; border-right: 1px solid #dedede; display: block; width: 0; height: 100%; top: 0; } Hope this helps,Best Regards,PenciDesignayoubiqiouch repliedOctober 14, 2020 at 1:35pmit's doneThank you for helping Sign in to reply ...
Hello how are you
How can I modify the submenu shape as shown in the illustration
Thanks in advance
Hi,
Thank you, we're fine.
To do that, please try do following steps:
1/ Go to Appearance > Menus > add "CSS Classes" for menu item "Phones" - like on this image:
2/ Add more this code to Customize > Custom CSS:
Hope this helps,
Best Regards,
PenciDesign
it's done
Thank you for helping