Title: hide on mobile / responsive?
Last modified: August 30, 2016

---

# hide on mobile / responsive?

 *  Resolved [hoboken411](https://wordpress.org/support/users/hoboken411/)
 * (@hoboken411)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/)
 * I noticed you said that you “hide” the navi on mobile view – how can you do that?
 * Also – if we kept the navi on mobile – can you make it responsive or split it
   into two lines in relation to the content width?
 * [https://wordpress.org/plugins/wp-pagenavi/](https://wordpress.org/plugins/wp-pagenavi/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200366)
 * 1. I am using bootstrap [http://getbootstrap.com/css/#responsive-utilities](http://getbootstrap.com/css/#responsive-utilities),
   so I am using visible-lg class on the navi, so it will hide anything smaller.
   
   2. Nope.
 *  [uebas](https://wordpress.org/support/users/uebas/)
 * (@uebas)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200465)
 * Put example here Lester
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200468)
 * This is the exact code I am using for [https://lesterchan.net](https://lesterchan.net)
 *     ```
       <?php if(function_exists('wp_pagenavi')) { wp_pagenavi('<nav class="pagination visible-lg">', '</nav>'); } ?>
       	<nav class="hidden-lg">
       		<ul class="pager">
       			<li class="previous"><?php previous_posts_link('&larr; Previous'); ?></li>
       			<li class="next"><?php next_posts_link('Next &rarr;'); ?></li>
       		</ul>
       	</nav>
       ```
   
 *  Thread Starter [hoboken411](https://wordpress.org/support/users/hoboken411/)
 * (@hoboken411)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200473)
 * How can you find out if your theme uses Bootstrap? Are there alternate ways if
   I don’t have it?
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200477)
 * Sorry I don’t have alternative ways. If you don’t know if your theme use bootstrap,
   contact your theme author.
 *  [kpax171](https://wordpress.org/support/users/kpax171/)
 * (@kpax171)
 * [11 years ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200512)
 * Hi, where exactly should I place the code above (assuming our theme uses Bootstrap)?
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [11 years ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200513)
 * Depends on how your theme is coded, i place it in index.php, archive.php, tags.
   php and category.php

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘hide on mobile / responsive?’ is closed to new replies.

 * ![](https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997)
 * [WP-PageNavi](https://wordpress.org/plugins/wp-pagenavi/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-pagenavi/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-pagenavi/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-pagenavi/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-pagenavi/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-pagenavi/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 7 replies
 * 4 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/hide-on-mobile-responsive/#post-6200513)
 * Status: resolved