Hi there!
I am quite new to WP and have not a real clue about programming and so… Well, big thank you for your Enfold theme, makes my life easier.. :) Following my question:
Is it possible to switch the position of logo and menu (Menu on the left, Logo on the right?) Would be great if you could help me! Thank you in advance…
Cheers,
Moritz
I will acitivat it for a couple of hours on following domain:
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling
div .logo { float: right; right: 0; }
.main_menu { left: 0; }
Your menu overlaps on your logo on tablet view. To fix it, in your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code in line 87
switchWidth = 767;
and change it to
switchWidth = 989;
Regards,
Yigit
Hi again!
Thx for the quick reply and help.
The code for the menu worked properly, the one for the logo not => div .logo { float: right; right: 0; } .
Now both, logo and menu are on the left side and even layered.
Any idee what could be the reason?
Regards