Title: Add custom css for the plugin.
Last modified: August 31, 2016

---

# Add custom css for the plugin.

 *  Resolved [debugsaurav](https://wordpress.org/support/users/debugsaurav/)
 * (@debugsaurav)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/)
 * I want to add some external css styles so that i can transform this plugin. I
   want to be able to create a 3 column by 2 row widget for my footer. My problem
   is where and how do I add this css to the plugin such that I can use the plugin
   directly in other sites as well.
 * I am new to wordpress so I would be very glad if you could give every destails
   step by step.
 * [https://wordpress.org/plugins/wp-instagram-widget/](https://wordpress.org/plugins/wp-instagram-widget/)

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

 *  Plugin Author [Scott (@scottsweb)](https://wordpress.org/support/users/scottsweb/)
 * (@scottsweb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/#post-7449500)
 * * Install the free plugin Jetpack (you may have this already)
    * Enable the custom
   CSS module [https://jetpack.com/support/custom-css/](https://jetpack.com/support/custom-css/)*
   Add the following CSS:
 *     ```
       #sidebar .instagram-pics li {
           width: 33%;
       }
       ```
   
 * Depending on your theme this might not work out the box. CSS in your theme may
   conflict.
 *  Thread Starter [debugsaurav](https://wordpress.org/support/users/debugsaurav/)
 * (@debugsaurav)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/#post-7449501)
 * Thank you so much scott.
 *  [sgclark](https://wordpress.org/support/users/sgclark/)
 * (@sgclark)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/#post-7449613)
 * Do you have a full detail of all the CSS classes that you use on this plug in
   to enable more detailed CSS customization? Could not find it anywhere if you 
   have shared it. Thanks!
 *  Plugin Author [Scott (@scottsweb)](https://wordpress.org/support/users/scottsweb/)
 * (@scottsweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/#post-7449641)
 * [@sgclark](https://wordpress.org/support/users/sgclark/) you should be able to
   see the classes in use by inspecting the plugin in your browser. You can also
   customise the classes by using a number of filters in the plugin.

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

The topic ‘Add custom css for the plugin.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-instagram-widget_d7eadd.svg)
 * [WP Instagram Widget](https://wordpress.org/plugins/wp-instagram-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-instagram-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-instagram-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-instagram-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-instagram-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-instagram-widget/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [edit css](https://wordpress.org/support/topic-tag/edit-css/)

 * 4 replies
 * 3 participants
 * Last reply from: [Scott (@scottsweb)](https://wordpress.org/support/users/scottsweb/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/add-custom-css-for-the-plugin/#post-7449641)
 * Status: resolved