Title: Custom Styling
Last modified: August 30, 2016

---

# Custom Styling

 *  Resolved [shawn00m](https://wordpress.org/support/users/shawn00m/)
 * (@shawn00m)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-styling-9/)
 * I purchased the pro version to have more options. For example, I don’t want any
   sub items to be indented. How acan I change something liket that?
 * Thanks!
    -Shawn
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-styling-9/#post-6652980)
 * Hi Shawn,
 * You will need to create custom CSS rules in your theme files to over-ride this
   but it should be quite simple for any web/css developer to achieve.
 * If you provide me with a link to your site then I can take a look also.
 * ALl the best
 *  Thread Starter [shawn00m](https://wordpress.org/support/users/shawn00m/)
 * (@shawn00m)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-styling-9/#post-6653054)
 * Thank you for your replay. Here is the site:
    [http://238.20d.myftpupload.com/](http://238.20d.myftpupload.com/)
 * What classes am I looking for to change the indentation?
 * Thank you
    -Shawn
 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-styling-9/#post-6653163)
 * Hi Shawn,
 * Please try the following (put it in your themes style.css file):
 *     ```
       #responsive_menu_pro .responsive_menu_pro_menu li ul,
       #responsive_menu_pro .responsive_menu_pro_menu li li a
       {
          padding-left: 0 !important;
       }
       ```
   
 * All the best

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

The topic ‘Custom Styling’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/custom-styling-9/#post-6653163)
 * Status: resolved