Hi,
I was wondering how easy it would be to make the logo central at the top of the page and have the menu below it? I need everything else to be the same but would like this change, need it something like this http://www.boydindustries.com.au/
Im happy to pay for a mod or please point me in the right direction with edition the files.
Warmest regards,
Shane
Hey Patchharris!
Is this your website http://tinyurl.com/nvdq3lf ?
If so, please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { height: 120px; line-height: 185px; }
.main_menu { right: 36%; }
div .logo { left: 28%; }
Best regards,
Yigit
Hi thanks for the response, however the logo and menu seem to be on the same line and are over lapping each other, is there a way I can change it to a separate line?
Also having them both in the center?
Thanks
Hi!
Please add following code to Quick CSS as well
div .logo { left: 25%; }
.main_menu { left: 37%; margin-top: 35px; }
#header_main .container { height: 150px; line-height: 150px; }
.main_menu .menu ul { margin-top: -35px; }
.current-menu-item>a>.avia-menu-fx { display: none; }
Regards,
Yigit
It still shows up weird looking.