Title: Image layout is incorrect
Last modified: April 1, 2017

---

# Image layout is incorrect

 *  Resolved [irinrass](https://wordpress.org/support/users/irinrass/)
 * (@irinrass)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/)
 * Hi! Thanks for a useful plugin!
    I have an issue with the photos on [http://efetovlab.icfo.eu/](http://efetovlab.icfo.eu/)–
   they are not displaying correctly – the last photo in the row is cut, and its
   part is displayed before the first picture: [http://bit.ly/2nXm8P4](http://bit.ly/2nXm8P4)
 * The issue is gone when I set 4 columns with only 3 items in them – but then I
   don’t know how to center them: [http://bit.ly/2nXqLJf](http://bit.ly/2nXqLJf).
 * I tried some codes from the posts with similar issues but nothing helped. Do 
   you have any suggestions?
 * Many thanks.

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

 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-8983679)
 * Hi,
 * Yes I see indeed, it’s because you have a style on your ul added by your theme.
   
   Please add the following code to the custom CSS field of your news block, it 
   should do the trick:
 *     ```
       .wpcufpn_container.default ul {
       	margin:0 !important
       }
       ```
   
 * Let me know, cheers,
 *  Thread Starter [irinrass](https://wordpress.org/support/users/irinrass/)
 * (@irinrass)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-8984114)
 * Hi! Thanks so much for a fast reply!
    Now everything works like magic 🙂
 * cheers
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-8984213)
 * Sounds good!
    If you got minutes could you drop us a review?
 * Thanks!
 *  [profalexk](https://wordpress.org/support/users/profalexk/)
 * (@profalexk)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-8994783)
 * Hi, i think i have nearly the same problem (the right part is cut, the left one
   is lower than the others) but i can not fix them with the code you have provided.
   What would you suggest for my page: [http://www.alexanderkracklauer.de/](http://www.alexanderkracklauer.de/)
   
   Thanks!
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-8995642)
 * Hi,
 * Have you tried to add the same code? it should works as far as I can see.
 * Cheers,
 *  [profalexk](https://wordpress.org/support/users/profalexk/)
 * (@profalexk)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-9001490)
 * Yes! You’re are right. Sorry, it’s working now (copied the shortcode into the
   page again). Unfortunately it seems like there is a grey shadow in the background
   and the first row is lower than the others. How can i fix this?
 * And can i delete my entry from yesterday? I don’t want that everyone can see 
   the URL.
    -  This reply was modified 9 years, 3 months ago by [profalexk](https://wordpress.org/support/users/profalexk/).
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-9004360)
 * Hi,
 * Yes, again it’s the template style, add this css too:
 *     ```
       .wpcu-front-box.right {
           background: transparent !important;
       }
       .wpcu-front-box.left {
           background: transparent !important;
       }
       .wpcufpn_container.default li {
           margin-top: 0 !important;
       }
       ```
   
 *  [profalexk](https://wordpress.org/support/users/profalexk/)
 * (@profalexk)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-9013473)
 * Thanks! Now it looks fine 🙂
 * Would you be so kind and delete the URL of the blog from this page? Thank you!
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-9013502)
 * Hi,
 * Nice!
    I think you can edit your post to remove the URL, I can’t edit your post
   with my account.
 * If you appreciate the support it would have been nice to drop us a review here
   🙂 [https://wordpress.org/support/plugin/wp-latest-posts/reviews/](https://wordpress.org/support/plugin/wp-latest-posts/reviews/)
 * Have a nice day, cheers,

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

The topic ‘Image layout is incorrect’ is closed to new replies.

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

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 9 replies
 * 3 participants
 * Last reply from: [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/image-layout-is-incorrect/#post-9013502)
 * Status: resolved