Making Secondary Nav Mobile-Friendly

Homepage Community Forums Epik Theme Support Making Secondary Nav Mobile-Friendly

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11113
    Patrick
    Customer

      Hi, if you check out my home page (http://officeliberator.com), you’ll see I added social icons to the secondary nav (very top navbar). If you notice on mobile devices, it doesn’t look optimized and my assumption is I need to add a <div> so it aligns properly – but unclear how.

      Thank you in advance for you help!

      #11122
      Eric
      Customer

        Since they’re all in lists, you could just add width: 100%; to the ID’s in your css in the responsive areas.

        Example –

        .menu-item-2741 {
            width: 100%;
        }

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

        #11132
        Patrick
        Customer

          That’s the guidance I needed. Thank you!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Making Secondary Nav Mobile-Friendly’ is closed to new replies.