Title: [Plugin: PiwigoPress] CSS Styling [documentation request]
Last modified: August 20, 2016

---

# [Plugin: PiwigoPress] CSS Styling [documentation request]

 *  Resolved [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-piwigopress-css-styling-documentation-request/)
 * Hi Vince,
 * I love the very new version which will be available very soon (I hope and bet).
 * Would it be possible to get at least a list of available CSS rules that are used
   to see how the output of the insert can be manipulated and aligned to someones
   blog layout from the theme that is in use?
 * Cheers
    Joerg
 * [http://wordpress.org/extend/plugins/piwigopress/](http://wordpress.org/extend/plugins/piwigopress/)

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

 *  Plugin Author [vpiwigo](https://wordpress.org/support/users/vpiwigo/)
 * (@vpiwigo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-piwigopress-css-styling-documentation-request/#post-3094087)
 * Hi Joerg,
 * The upcoming release (2.22) will bring 4 standard free rules for styling your
   blog out side of the plugin. So generally in your prefered theme, you are being
   able to use them as you wish.
    Don’t forget to **remove CSS Class or styling 
   rules** from the dedicated admin Widget options or Shortcode generator options!
   You can also find all existing rules (provided through the current official release)
   in the following file: [/css/piwigopress.css](http://plugins.trac.wordpress.org/browser/piwigopress/trunk/css/piwigopress.css).
 * The 4 standard free rules:
    - Any shortcoded picture: **.PWGP_shortcode .PWGP_photo**
    - Any shortcoded caption: **.PWGP_shortcode .PWGP_caption**
    - Any widgetted thumbnail: **.PiwigoPress .PWGP_thumb**
    - Any widgetted description: **.PiwigoPress .textwidget**
 * E.g: All specific styling changes would be managed by any rules of :
 *     ```
       .PWGP_shortcode .PWGP_caption {
       }
       ```
   
 * And by CSS principles, this rule might be overriden for example by any rules 
   of :
 *     ```
       .PWGP_shortcode blockquote.PWGP_caption {}
       .PWGP_shortcode a blockquote.PWGP_caption {}
       .PiwigoPress_photoblog blockquote.PWGP_caption {}
       .PiwigoPress_photoblog a blockquote.PWGP_caption {}
       .PiwigoPress_photoblog .PWGP_shortcode a blockquote.PWGP_caption {}
       ```
   
 * and some other rules.
 * Have fun and an original well designed blog!
    Cheers, Vince
 *  Plugin Author [vpiwigo](https://wordpress.org/support/users/vpiwigo/)
 * (@vpiwigo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-piwigopress-css-styling-documentation-request/#post-3094106)
 * Release 2.2.2 (or 2.22) is available.
    Tested with [Piwigo ](http://piwigo.org/)
   2.4.x and WordPress 3.4.x ;o)
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-piwigopress-css-styling-documentation-request/#post-3094120)
 * Thank you so much for the latest release…
 * I’m trying to get the caption to be not wider than the image and both aligned
   either left, centered or right…
 * Still struggling with that 🙁

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

The topic ‘[Plugin: PiwigoPress] CSS Styling [documentation request]’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/piwigopress_788296.svg)
 * [PiwigoPress](https://wordpress.org/plugins/piwigopress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/piwigopress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/piwigopress/)
 * [Active Topics](https://wordpress.org/support/plugin/piwigopress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/piwigopress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/piwigopress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-piwigopress-css-styling-documentation-request/#post-3094120)
 * Status: resolved