Title: Styling the menu
Last modified: August 22, 2016

---

# Styling the menu

 *  Resolved [archieology](https://wordpress.org/support/users/archieology/)
 * (@archieology)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/styling-the-menu-1/)
 * Hi,
 * Im using your plugin and it works great.
    I would like to know how to style the
   responisve menu (eg: text alignment etc) since I cant find the css file.
 * Thanks
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

Viewing 1 replies (of 1 total)

 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/styling-the-menu-1/#post-5778024)
 * Hi archieology,
 * This is a bad idea as it is dynamically created in the CSSModel.php class.
 * The best idea is to tick the “Remove CSS !important tags” option in the Responsive
   Menu admin area and then add your custom styles to your themes style.css file.
 * You can over-ride them pretty easily with stuff like the below:
 *     ```
       #responsive-menu .responsive-menu li
       {
           text-align: center !important;
       }
       ```
   
 * Many thanks
 * Peter

Viewing 1 replies (of 1 total)

The topic ‘Styling the menu’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/styling-the-menu-1/#post-5778024)
 * Status: resolved