Title: Read More alignment problem
Last modified: August 31, 2016

---

# Read More alignment problem

 *  Resolved [nathanbaugh](https://wordpress.org/support/users/nathanbaugh/)
 * (@nathanbaugh)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/)
 * Hi there, I’m having an issue where the “Read More” link is below the post container.
   You can see it here on the site: [](http://frc4322.com/blog)
 * Also, can I add or change the border thickness and color of the posts? Thanks
 * [https://wordpress.org/plugins/latest-post-shortcode/](https://wordpress.org/plugins/latest-post-shortcode/)

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

 *  Plugin Author [Iulia Cazan](https://wordpress.org/support/users/iulia-cazan/)
 * (@iulia-cazan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/#post-6983946)
 * Hi,
    This is a customization, you could add in your css something like this
 *     ```
       .latest-post-selection article .tags {
       	display: inline;
       }
       ```
   
 * The selector for the articles is `.latest-post-selection article`, so you can
   change the appearance for this how you want, changing the border and the color,
   like for any other element.
 *  Thread Starter [nathanbaugh](https://wordpress.org/support/users/nathanbaugh/)
 * (@nathanbaugh)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/#post-6983948)
 * Awesome! That worked. Thanks
 *  Thread Starter [nathanbaugh](https://wordpress.org/support/users/nathanbaugh/)
 * (@nathanbaugh)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/#post-6984340)
 * I found that posts with no tags would still cause the Read More link to be outside
   of the container.
 * I dug around and I managed to find a solution. Add this to your CSS underneath
   th code posted above:
 *     ```
       .latest-post-selection article .clear {
       	clear: both;
       }
       ```
   
 *  Plugin Author [Iulia Cazan](https://wordpress.org/support/users/iulia-cazan/)
 * (@iulia-cazan)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/#post-6984341)
 * Cool! It depends a lot on your theme CSS and other customization you do.

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

The topic ‘Read More alignment problem’ is closed to new replies.

 * ![](https://ps.w.org/latest-post-shortcode/assets/icon-128x128.gif?rev=2355649)
 * [Latest Post Shortcode](https://wordpress.org/plugins/latest-post-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/latest-post-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/latest-post-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/latest-post-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/latest-post-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/latest-post-shortcode/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Iulia Cazan](https://wordpress.org/support/users/iulia-cazan/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/read-more-alignment-problem/#post-6984341)
 * Status: resolved