Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #243840

    Hi,
    can You please tell me how to center the submenu (when hover a main menu item)

    Thanks
    Finlando

    #243867

    Hi Finlando!

    Please add following code to Quick CSS

    .main_menu .menu ul { left:-40%; }

    Best regards,
    Yigit

    #243941

    its not really in the center

    regards,
    Alex

    #243944

    Hey!

    Please adjust the value to center it perfectly

    Cheers!
    Yigit

    #243960

    Hey,
    there is adifference on each item. just the 4th menu item is looking right.

    Thanks,
    alex

    #243980

    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

    #243986

    thats nice! thank You very much!
    Görüşürüz!

    #243989

    Hi!

    You are welcome Alex, glad we could help! :) Görüşürüz!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Center Submenu’ is closed to new replies.