Tagged: submenu
Hi,
can You please tell me how to center the submenu (when hover a main menu item)
Thanks
Finlando
Hi Finlando!
Please add following code to Quick CSS
.main_menu .menu ul { left:-40%; }
Best regards,
Yigit
its not really in the center
regards,
Alex
Hey,
there is adifference on each item. just the 4th menu item is looking right.
Thanks,
alex
Hi Alex
In that case you are going to need to use following code in Quick CSS
.main_menu .menu #menu-item-2271 ul { left:-40%; }
.main_menu .menu #menu-item-2251 ul { left:-30%; }
and adjust submenu items for each menu item independently using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
thats nice! thank You very much!
Görüşürüz!