Secodary Nav to Right Side

Homepage Community Forums Epik Theme Support Secodary Nav to Right Side

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12226
    keyelement
    Customer

      I’d like to move the secondary nav to have the text align to the right.

      I’ve put in a float:right; on the class .nav-secondary and tested it, and it does move the text, but it also causes the grey background of the secondary nav to only be as long as the menu. It no longer spans the entire width of the site.

      What is the best way to accomplish this with the secondary nav still spanning the entire width?

      It would also be nice to include some social media icons as well, with that menu…but I’ll give that a whirl once I get the menu moved over.

      Thank you

      https://192.185.206.23/~keyele/

      #12240
      Eric
      Customer

        I would change it to float left of line 2010 in your css

        .genesis-nav-menu .menu-item {
        	float: right;
        	list-style-type: none;
        	margin: 0;
        	padding: 0;
        	text-align: left;
        }

        Then go into your menu system and reverse the order and it should work fine.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #12249
        keyelement
        Customer

          Thank you, that did it.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Secodary Nav to Right Side’ is closed to new replies.