terriann / Simply-Pinterest-WordPress-Plugin

Simply Pinterest is a WordPress Pinterest sharing plugin. Perfect for DIY, craft, lifestyle & photography blogs to promote your content easily with just the right bells & whistles
http://simplypinterest.com
GNU General Public License v2.0
0 stars 2 forks source link

Images Justify Left #16

Closed terriann closed 9 years ago

terriann commented 9 years ago

One of the champion group testers' images were all aligned left after installing the plugin. Something is adding "text-align:justify;" styles to all her paragraph tags. Looking into whether it's form copy/paste form Word or Google docs or if it's another plugin.

Should add a configuration to override with !important. I was hoping to avoid important but by making it configurable we can not use !important while still having good coverage due to unusual plugins or unexpected workflows.

<p style="text-align: justify;" class="aligncenter"><span class="bpp_img_wrapper onhover northeast count_none"><a href="http://www.example.com/wp-content/uploads/2015/04/Medallion-quilt.jpg"><img class="aligncenter size-large wp-image-5292" src="http://www.example.com/wp-content/uploads/2015/04/Medallion-quilt-600x494.jpg" alt="Medallion quilt" width="600" height="494"></a></p>
terriann commented 9 years ago

Closing cause that's code she added to each line, css override worked for her needs and will have to do