Title: article text extract alignment error
Last modified: January 4, 2018

---

# article text extract alignment error

 *  Resolved [worldjusticenews](https://wordpress.org/support/users/worldjusticenews/)
 * (@worldjusticenews)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/)
 * I am using the MH Magazine Theme.
 * When the featured image used in wordpress popular posts is not the selected 300px
   width defined in the plugin widget, the article text extract does not begin aligning
   under the image as it should. It begins showing to the right of the image (in
   my example 1 character underneath each other which looks pretty stupid).
 * Can a fix be applied to ensure the article text extract always starts under the
   image please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Farticle-text-extract-alignment-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/#post-9833815)
 * Hi [@worldjusticenews](https://wordpress.org/support/users/worldjusticenews/),
 * Normally I would have asked you to get in touch with [MH Themes](https://www.mhthemes.com/contact/)
   to get support since the [MH Magazine Theme](https://www.mhthemes.com/themes/mh/magazine/)
   you’re using is a paid one. However, since it seems they’re not bundling WPP 
   with their themes and that the fix is fairly simple I’ll make an exception this
   time.
 * Please try adding the following to your theme’s stylesheet:
 *     ```
       .wpp-thumbnail {
           display: block !important;
           float: none !important;
           clear: both !important;
       }
       ```
   
 *  Thread Starter [worldjusticenews](https://wordpress.org/support/users/worldjusticenews/)
 * (@worldjusticenews)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/#post-9834005)
 * Thanks so much for you excellent and speedy response – the fix worked 🙂
 * Can I also ask if there is some way of making the continuation dots … show the
   same way the theme shows continuation as […] ?
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/#post-9834374)
 * Currently the only way to do that would be via WordPress filters by hooking into
   _wpp\_custom\_html_ or _wpp\_post_ in conjunction with a custom excerpt function(
   does it sound like a lot of work _just_ to change the “read more” characters -
   a.k.a. the dots- to you? Because it is hehe). For more details, [check here](https://github.com/cabrerahector/wordpress-popular-posts/wiki/3.-Filters).
 * Other than that, you’re out of luck this time 😛
 *  Thread Starter [worldjusticenews](https://wordpress.org/support/users/worldjusticenews/)
 * (@worldjusticenews)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/#post-9834934)
 * okies and thanks …. yes certainly not worth that effort lol.
 * Thanks again for your excellent and speedy responses.
 * Happy new year 😉

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

The topic ‘article text extract alignment error’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

## Tags

 * [Extract text](https://wordpress.org/support/topic-tag/extract-text/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 4 replies
 * 2 participants
 * Last reply from: [worldjusticenews](https://wordpress.org/support/users/worldjusticenews/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/article-text-extract-alignment-error/#post-9834934)
 * Status: resolved