Title: Make Nav Bar Responsive
Last modified: August 30, 2016

---

# Make Nav Bar Responsive

 *  Resolved [katybailey](https://wordpress.org/support/users/katybailey/)
 * (@katybailey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/make-nav-bar-responsive/)
 * Hello,
 * I am wondering if it’s possible to make the top nav bar responsive. It looks 
   great on desktop, but on a tablet, the menu is no longer centered. Any ideas?
 * [http://www.bowwowmeowllc.com/](http://www.bowwowmeowllc.com/)

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/make-nav-bar-responsive/#post-6667983)
 * add this to your css. adjust the pixel value on the padding to move it to the
   right however far you want.
 *     ```
       .navbar .container {
           margin: 0 auto !important;
           padding-left: 60px;
       }
       ```
   
 *  Thread Starter [katybailey](https://wordpress.org/support/users/katybailey/)
 * (@katybailey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/make-nav-bar-responsive/#post-6668061)
 * Thank you, Mr. Case! That worked perfectly. I really appreciate your help 🙂

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

The topic ‘Make Nav Bar Responsive’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [katybailey](https://wordpress.org/support/users/katybailey/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/make-nav-bar-responsive/#post-6668061)
 * Status: resolved