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

    Is it possible to change the header to be centered, with the logo on top of the menu ?

    Like here : http://themeforest.net/item/avada-responsive-multipurpose-theme/full_screen_preview/2833226 > Headers > Header version 5

    #140419

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

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

    strong.logo { left: 45.9%; }

    #header_main { padding-bottom: 34px; }

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

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

    Regards,

    Yigit

    #140420

    Thanks, that helped a lot :)

    Just one problem though, the submenu’s are a little off,

    the green line should be on the top of the title / breadcrumb bar instead of in the middle.

    #140421

    Hi,

    Please add following code to Quick CSS

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

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

    It will remove the green line. I can place that green line over breadcrumb section but then it will move over menu when menu shrinks.

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu with logo above content’ is closed to new replies.