Title: Mobile Top Nav Button
Last modified: August 22, 2016

---

# Mobile Top Nav Button

 *  [Daniel](https://wordpress.org/support/users/dmzayasplus/)
 * (@dmzayasplus)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-top-nav-button/)
 * Hello!
 * Having a small styling issue. I am reading through the header now, and I noticed
   my child theme is not pulling in the dropdown nav button on smaller screens and
   I didn’t see it as an option in the admin.
 * I have successfully imported all other styles through enqueuing them in the child’s
   function.php so I don’t think that is the issue.
 * In case you have no idea what I am talking about, this code is in the current
   header.php:
 *     ```
       <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"<?php if( $eo_options['nav_select_menu'] == "1" ) echo ' style="display:none"'; ?>>
                                               <span class="icon-bar"></span>
                                               <span class="icon-bar"></span>
                                               <span class="icon-bar"></span>
                                           </button>
       ```
   
 * But this is not showing when the screen is smaller.
 * Thanks in advance!

Viewing 1 replies (of 1 total)

 *  Theme Author [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * (@eminozlem)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-top-nav-button/#post-5497636)
 * Hmm.. I should look into that, however I do not use nor recommend using the dropdown
   mobile menu.
    Select menu is more handy for mobile anyway, maybe you should simply
   switch to that 😛 ?

Viewing 1 replies (of 1 total)

The topic ‘Mobile Top Nav Button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bootstrap-ultimate/1.4.9/screenshot.
   png)
 * Bootstrap Ultimate
 * [Support Threads](https://wordpress.org/support/theme/bootstrap-ultimate/)
 * [Active Topics](https://wordpress.org/support/theme/bootstrap-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bootstrap-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bootstrap-ultimate/reviews/)

## Tags

 * [media screen](https://wordpress.org/support/topic-tag/media-screen/)
 * [nav bar](https://wordpress.org/support/topic-tag/nav-bar/)

 * 1 reply
 * 2 participants
 * Last reply from: [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-top-nav-button/#post-5497636)
 * Status: not resolved