Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #163579

    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

    #163580

    Hi urho!

    Can you post the link to your website?

    Regards,
    Yigit

    #163582

    I will acitivat it for a couple of hours on following domain:

    http://fq-grundbesitz.de

    #163603

    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

    #163714

    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

    #163744

    Hi!

    Please change logo code to following one

    div .logo { float: right; right: 0; left:auto; } 

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo positioning’ is closed to new replies.