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
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
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.