Navigation Menu

Support Area Forums Authentic Navigation Menu

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: www.emmanuelsouthall.org
  • Author
    Posts
  • #17532
    ali wheeler
    Participant

    Hi
    Could you please let me know how to set the main navigation menu to justify left, rather than right please?

    Thanks
    Ali
    x

    #17533
    Bill Robbins
    Moderator

    Good Morning Ali,

    You can have your navigation menu left aligned. I’m thinking it would work best to be under the logo with on the left. Here’s how to make that happen:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #logo,
      #text-logo {
      	float: none;
      }
      
      header#primary ul.menu {
      	float: none;
      }
      
      header#primary .menu a, 
      header#primary .menu a:visited {
      	padding-right: 0;
      	padding-left: 0;
      	margin-right: 14px;
      }
      
    3. Update your settings.

    See if that won't take care of things for you. If you have any trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation Menu’ is closed to new replies.