Title: Modifying Appearance
Last modified: August 20, 2016

---

# Modifying Appearance

 *  Resolved [Hughdk](https://wordpress.org/support/users/hughdk/)
 * (@hughdk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/)
 * Is it possible to have the thumb and except side by side instead of on top of
   each other?
 * [http://wordpress.org/extend/plugins/posts-in-sidebar/](http://wordpress.org/extend/plugins/posts-in-sidebar/)

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258974)
 * You have to edit the CSS file of your current theme.
 * For example, to float the image left you could add this rule:
 *     ```
       .widget.posts-in-sidebar img {
       float: left;
       height: 60px; /* modify this value to match your needs */
       margin-right: 10px; /* modify this value to match your needs */
       width: 60px; /* modify this value to match your needs */
       }
       ```
   
 * If this rule doesn’t resolve, you should target more precisely the image. In 
   this case, tell me the URL of the site where you are using the plugin.
 * Let me know if you need further help.
 *  Thread Starter [Hughdk](https://wordpress.org/support/users/hughdk/)
 * (@hughdk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258980)
 * Thanks!!!
    That did the trick 🙂 By the way – love this plugin.
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258981)
 * > By the way – love this plugin.
 * Oh, I’m happy for this! 🙂
 *  [prateek.gambhir](https://wordpress.org/support/users/prateekgambhir/)
 * (@prateekgambhir)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258989)
 * Hi, I should say that i really loved this plugin, after a long search i ended
   up in something which suits my needs.
    I am facing just one problem, i need to
   image and the title to come side by side and not ” Title above the image”. Can
   you please help me out with this. In case you want to see where i used it yo 
   can check here [GadgetAdda](http://gadgetadda.com).
 * I would also like to know if i can add border to the images in this widget ?
   
   Cheers.
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258990)
 * Hi,
    add these lines at the end of your CSS file (usually `styles.css`):
 *     ```
       p.pis-title {
       float: right;
       width: 155px;
       }
   
       img.pis-thumbnail-img {
       border: 1px solid #eee;
       margin-right: 10px;
       padding: 4px;
       }
       ```
   
 * Let me know.
 *  [djgb63](https://wordpress.org/support/users/djgb63/)
 * (@djgb63)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258993)
 * Hello,
    I’m hoping you or someone can help me. I am building a site using Twenty
   Twelve theme and the customer wants to put an announcement feature in the sidebar
   in the form of a picture of a blackboard and then if say there is an event on
   Saturday he just writes a post and it’s on the blackboard for all to see, Now
   how can I use Posts in Sidebar to do this or is it not possible? Thank you David
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258994)
 * [@djgb63](https://wordpress.org/support/users/djgb63/)
 * “Posts in Sidebar” can be used for this: the plugin can grab the last posts published
   in the category (for example) “Announcements” and then display it in the sidebar.
 * You should work in the CSS to use a blackboard as background for the “announcement”.
 *  [djgb63](https://wordpress.org/support/users/djgb63/)
 * (@djgb63)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258995)
 * Hello aldolat,
    Good news I can do it with Posts in Sidebar but! How do I do 
   it? no expert with CSS any help you can give would be brilliant.
 * Dave
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258996)
 * You should hire a CSS developer or ask someone that can do it, because it requires
   a bit of work.
 * Bye.
 *  [djgb63](https://wordpress.org/support/users/djgb63/)
 * (@djgb63)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258997)
 * Great support for your own plugin a! Ill be taking that off and will use something
   else not all of us are like you in knowing CSS or PHP. bye
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258998)
 * The work you are asking for is outside of the intent of this plugin. The plugin
   can display your text/images but not the blackboard as background.

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

The topic ‘Modifying Appearance’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-in-sidebar_aed6f1.svg)
 * [Posts in Sidebar](https://wordpress.org/plugins/posts-in-sidebar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-sidebar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-sidebar/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-sidebar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-sidebar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-sidebar/reviews/)

## Tags

 * [appearance](https://wordpress.org/support/topic-tag/appearance/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [post in sidebar](https://wordpress.org/support/topic-tag/post-in-sidebar/)

 * 11 replies
 * 4 participants
 * Last reply from: [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-appearance-1/#post-3258998)
 * Status: resolved