Title: Change layout
Last modified: January 15, 2021

---

# Change layout

 *  Resolved [bradelin](https://wordpress.org/support/users/bradelin/)
 * (@bradelin)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-layout-15/)
 * Hi,
 * Id like to move the read more button in the sidebar to its own line and float
   right, what file can I edit to achieve this?
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-layout-15%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-layout-15/#post-13910629)
 * Hi,
    you can use this CSS style:
 *     ```
       span.pis-more {
       	display: block;
       	margin-top: 1em;
       	text-align: right;
       }
       ```
   
 * You can add this block of code in the widget admin of Posts in Sidebar, panel
   Styles > Custom styles. There is a text box – paste the code there. Save the 
   widget and test the results.
 * Instead of that place, you can add this code in your current theme `style.css`
   file, but it will be overwritten in the next update of the theme. Another place
   to paste that code is the child theme’s (if you use it) `style.css` file.
 * Let me know, please.
    -  This reply was modified 5 years, 3 months ago by [Aldo Latino](https://wordpress.org/support/users/aldolat/).
 *  Thread Starter [bradelin](https://wordpress.org/support/users/bradelin/)
 * (@bradelin)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-layout-15/#post-13910770)
 * Thank you very much for the quick response it worked

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

The topic ‘Change layout’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [bradelin](https://wordpress.org/support/users/bradelin/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/change-layout-15/#post-13910770)
 * Status: resolved