Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29505

    How Can I Put the Navigation Menu Under the logo e.g

    <LOGO>

    HOME SERVICES PRODUCT

    #140842

    Hi,

    Please see this topic https://kriesi.at/support/topic/menu-with-logo-above-content

    You just need to adjust percentage of right and left for logo and main menu to center them

    Regards,

    Yigit

    #140843

    I added the code but it is listing downard

    div.main_menu { right: 90%; top: 57%; }

    strong.logo { left: 0%; }

    #header_main { padding-bottom: 34px; }

    .fixed_header.social_header #main { padding-top: 181px; }

    .current-menu-item>a>.avia-menu-fx { display: none;}

    li:hover .avia-menu-fx { display: none; }

    .main_menu .menu ul { margin-top: -32px; }

    http://216.172.184.207/~sabre/

    #140844

    Hi,

    Please change this code

    div.main_menu { right: 90%; top: 57%; }

    to this one

    div.main_menu { left: -1%; top: 57%; }

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How Can I Put the Navigation Menu Under the logo’ is closed to new replies.