Title: Border
Last modified: August 20, 2016

---

# Border

 *  [smcnutt](https://wordpress.org/support/users/smcnutt/)
 * (@smcnutt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/border-2/)
 * There may be a better procedure for this, but after perusing various posts and
   seeing no answers, I figured that I’d post my ‘fix’ here. When I pull up the 
   source of the rendered page, the widget gives the images a class related to their
   alignment (helpful). So for me the code on the page looks like this since I have
   them aligned right:
 *     ```
       <img src="someIMG.jpg" style="max-width: 150px;max-height: 150px;" class="alignright" alt="someIMG" />
       ```
   
 * I then go into the style.css for my theme and find the style that I want to replicate,
   in this case the one used by ‘post-image’ and I add the class to the list like
   so:
 *     ```
       .alignright,
       .avatar,
       .post-image {
       	background-color: #f5f5f5;
       	border: 1px solid #ddd;
       	padding: 4px;
       }
       ```
   
 * [http://wordpress.org/extend/plugins/image-widget/](http://wordpress.org/extend/plugins/image-widget/)

Viewing 1 replies (of 1 total)

 *  [lebedeya](https://wordpress.org/support/users/nadegda881/)
 * (@nadegda881)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/border-2/#post-3422387)
 * . AlignRight,
    . Аватар, . Пост-образ { фонового цвета: # f5f5f5; границы: 1px
   твердых # DDD; обивка: 4px; }http://wordpress.org/extend/plugins/image-widget/

Viewing 1 replies (of 1 total)

The topic ‘Border’ is closed to new replies.

 * ![](https://ps.w.org/image-widget/assets/icon-256x256.png?rev=2489603)
 * [Image Widget](https://wordpress.org/plugins/image-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/image-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/image-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/image-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [lebedeya](https://wordpress.org/support/users/nadegda881/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/border-2/#post-3422387)
 * Status: not resolved