A little help

Support Area Forums Epic A little help

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://3ca.a43.myftpupload.com/
  • Author
    Posts
  • #27056
    David Bailey
    Participant

    First of all, the best templates and most user friendly I have found – THANK YOU!

    I am having a problem with the centering of my menu. It is justified all the way to the right and I’d like to either center it or justify it across the pages. What am I missing to make this happen?

    Thanks!

    David

    Attachments:
    #27059
    Bill Robbins
    Moderator

    Hello David,

    I’m glad to hear you’ve had a good experience with our themes. That’s always a nice thing to know.

    Excellent question too. You can set the menu so that it’s not right aligned. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      header.primary nav {
      	float: none;
      }
      

      That will left align the menu. If you’d like to have the items centered, then also add this to the Custom CSS:

      
      header.primary .menu {
      	text-align: center;
      }
      
      header.primary .menu li {
      	float: none;
      	display: inline-block;
      }
      
    3. Update your settings.

    Hopefully that will do the trick. If you have any questions or trouble, just let me know.

    Have a great night,
    Bill

    #27060
    David Bailey
    Participant

    Thanks. The first one seems to work but the 2nd one does not.

    Strange it works on all pages in Chrome but only seems to impact the home page in IE. I cleared cache and still all the other pages are justified right. ????

    #27061
    David Bailey
    Participant

    Nevermind I got it figured out. I had to do a mass edit update and then it took.

    Thanks!

    #27068
    Bill Robbins
    Moderator

    Glad that all is well now. If you have any other questions, just let me know.

    Have a great day David 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘A little help’ is closed to new replies.