Title: Visual adjusts
Last modified: April 24, 2018

---

# Visual adjusts

 *  Resolved [osmeusdominios](https://wordpress.org/support/users/osmeusdominios/)
 * (@osmeusdominios)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/visual-adjusts/)
 * Hi,
 * Thanks for this excellent plugin, it’s fantastic!
 * I need your help, I need to remove “»” on the titles and move the title down 
   the image to get the visual similar to “related posts”.
 * Can you help me please? Thanks a lot!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvisual-adjusts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/visual-adjusts/#post-10214790)
 * Hi,
    You’re very welcome! 🙂
 * **1. Moving the image before the title**
 * There is a specific option in the widget’s panel. Activate this option in “Displaying
   posts” > “The featured image of the post” > “Move this section” > “Display this
   section before the title of the post”.
 * **2. Styling the output**
 * In your `style.css` file or in the dedicated section for _Custom Styles_ (“Styles”
   > “Custom Styles”) in the widget panel, paste this code:
 *     ```
       .sidebar ul li.pis-li {
           padding-left: 0;
           border-bottom: 1px solid #ddd;
           margin-bottom: 20px;
           padding-bottom: 20px;
       }
   
       .sidebar ul li.pis-li::before {
           content: "";
       } 
   
       p.pis-title {
           color: #3d4351;
           line-height: 1.3;
       }
   
       .sidebar ul li p.pis-title a {
           font-size: 18px;
           font-weight: 600;
   
       }
       ```
   
 * I added some extra styles beyond what you requested, so edit the code if you 
   want.
 * Let me know, please.
 *  Thread Starter [osmeusdominios](https://wordpress.org/support/users/osmeusdominios/)
 * (@osmeusdominios)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/visual-adjusts/#post-10214956)
 * Thanks Aldo, you’re very helpful!
    -  This reply was modified 8 years, 1 month ago by [osmeusdominios](https://wordpress.org/support/users/osmeusdominios/).
      Reason: Resolved!
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/visual-adjusts/#post-10215153)
 * 🙂

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

The topic ‘Visual adjusts’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/visual-adjusts/#post-10215153)
 * Status: resolved