Menu Justification

Support Area Forums Umami Menu Justification

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://evasteward.com
  • Author
    Posts
  • #23522
    gmlongjr
    Participant

    Hey Bill!

    First off, just let me say that I’ve been using your themes for over a year now and I’ve loved them all. You do a great job with support for the novices out there like me.

    Now the question: How do I get the drop down menu to justify left or right? And is it possible for parent menu items to justify left and the child/grandchild menu items to be offset, centered, or right justified?

    Thanks a million,
    Gary Long
    Blue Truck

    #23523
    Bill Robbins
    Moderator

    Hello Gary,

    It’s good to hear you’ve had a good experience so far 🙂

    Great question. You can change the alignment of the text in the navigation menu. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      a.slicknav_btn {
      	text-align: left;
      }
      
      .slicknav_menu li a {
      	text-align: left;
      }
      
      .slicknav_menu ul.sub-menu li a {
      	text-align: right;
      }
      

      The top style is the alignment for the button that opens up the menu. The second style aligns the top level menu items. The last one aligns sub-menu items. Feel free to change those to fit the needs of your site.

    3. Update your settings.

    If you run into any questions or trouble, let me know.

    Have a great weekend,
    Bill

    #23526
    gmlongjr
    Participant

    Rock on! Thanks for the fix.

    g

    #23529
    Bill Robbins
    Moderator

    Anytime

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