Legacy 1.3 Mobile Menu – Single column

Homepage Community Forums Legacy Theme Support Legacy 1.3 Mobile Menu – Single column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17167
    Debra
    Customer

      Wes,
      Client wants the mobile menu to drop down as a single row. Is that possible using custom CSS? I’d rather not mess with theme functions if at all possible.

      Thanks,
      Debra

      Legacy 1.3
      Genesis 2.2.6
      WP 4.4.2

      #17178
      Wes
      Moderator

        Once this theme gets updated it will have the Mobile Responsive Icon feature like my latest Themes that I’ve released.

        For now, you can add this code in your Responsive Section of your style.css file under the (max-width: 480px)

        
        	.genesis-nav-menu .menu-item {
        		display: inline;
        	}
        

        Which will look like this – http://i.imgur.com/zgD2Yms.png

        #17180
        Debra
        Customer

          Brilliant! I tried a couple of variations but could not quite get it right. You are an awesome resource for your customers.

          Thanks so much Wes, it’s a great theme, very versatile.

          #17186
          Wes
          Moderator

            You’re Welcome! Glad I can help 馃檪

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Legacy 1.3 Mobile Menu – Single column’ is closed to new replies.