Main Menu below Logo?

Discussion in 'Compass WordPress Theme' started by crystal0811, Sep 2, 2014.

Thread Status:
Not open for further replies.
  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hello again! :)

    Can I have the main menu be below the logo instead of to the right of the logo. On smaller computer screens, it puts the menu on two lines.

    http://youngonlife.com/
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow two steps.
    Step-1:
    (Appearance -> Editor )of your dashboard.
    Select header.php file and make a little change.For this follow below image.



    Step-2:
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#MainNav {
    float: left;
    margin-top:30px;
    margin-left:20px;
    }
    Thanks & Regards
    Pramod
     

    Attached Files:

    • 1.png
      1.png
      File size:
      183 KB
      Views:
      5
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    That moved worked on my computer, but not on my friends computer that has a smaller screen.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    In above code you can manage margin etc according to your requirement.
    Provide more information about issue occurs in your friends computer.
    Thanks & Regards
    Pramod
     
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Yes I played around with the margins and it worked great for me. I have a PC and for some reason on two other Mac's it didn't work. She has decided to change themes, so I no longer need help with this. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page