Title: Mobile View??
Last modified: December 19, 2016

---

# Mobile View??

 *  Resolved [tylerstannard](https://wordpress.org/support/users/tylerstannard/)
 * (@tylerstannard)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-view-52/)
 * Hi,
 * I love the plugin, however in the mobile view it covers up my logo and menu. 
   Also the top bar content is shifted down. Any ideas on how to fix? Thanks!
 * ![](https://i0.wp.com/3.1m.yt/QJSeOvM.png)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [duynguyen](https://wordpress.org/support/users/duynguyen/)
 * (@duynguyen)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-view-52/#post-8581699)
 * Hi [@tylerstannard](https://wordpress.org/support/users/tylerstannard/),
 * Thanks for using my plugin. I’ve updated responsive for the top bar in next version
   1.0.4. However, you can add the code below into your theme:
 *     ```
       @media only screen and (max-width: 480px) {
         .wpnt-topbar-box {
           height: auto!important;
         }
         .wpnt-text {
           font-size: 11px!important;
           padding: 0 10px!important;
           margin: 0!important;
           line-height: normal!important;
         }
         .wpnt-button {
           font-size: 10px!important;
           padding: 5px!important;
         }
         .wpnt-btn {
           font-size: 11px!important;
         }
         .close-icon {
           display: none!important;
         }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Mobile View??’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-nice-topbar_a3a3a3.svg)
 * [WP Nice Topbar](https://wordpress.org/plugins/wp-nice-topbar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-nice-topbar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-nice-topbar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-nice-topbar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-nice-topbar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-nice-topbar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [duynguyen](https://wordpress.org/support/users/duynguyen/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/mobile-view-52/#post-8581699)
 * Status: resolved