Title: Alignment issues with Carousel
Last modified: December 1, 2021

---

# Alignment issues with Carousel

 *  Resolved [dotpage](https://wordpress.org/support/users/dotpage/)
 * (@dotpage)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/alignment-issues-with-carousel/)
 * Hi all!
 * I am new to WP and Carousel, but fairly OK with finding things out myself, but
   this one is keeping me awake…
 * Even if I add featured images of exactly the same size to posts, WP Carousel 
   will show them out of alignment…
 * This is the link to the problem page: [https://dkmpllc.com/news/](https://dkmpllc.com/news/)
 * Can anyone shed a light on this?
 * Thanks!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falignment-issues-with-carousel%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * (@bayejid00)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/alignment-issues-with-carousel/#post-15128909)
 * Hi [@dotpage](https://wordpress.org/support/users/dotpage/),
 * Sorry for the delayed response. Hope you are doing good.
 * We have visited your site. After inspecting the carousel section we saw that 
   your theme CSS overrides the WP carousel’s “li”. The same height option is not
   available in the lite version, so when creating a slider, you should always try
   to use the same size images, title length, and content to maintain the slider
   to the same height and align the content.
 * Use the below custom CSS in the plugin’s custom CSS field, to make the Post slider
   looks beautiful. Have a look at the [screenshot](https://prnt.sc/21jl0dy).
 *     ```
       .wpcp-carousel-section.slick-initialized .slick-slide {
           vertical-align: top;
       }
       .wpcp-post-carousel .wpcp-post-meta li {
           margin-left: 0;
       }
       ```
   
 * Hope it will work. Thanks.
 *  Thread Starter [dotpage](https://wordpress.org/support/users/dotpage/)
 * (@dotpage)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/alignment-issues-with-carousel/#post-15174813)
 * Thanks for the reply!
 * It aligns much better, only one excerpt got too short, can you take a look at
   [https://dkmpllc.com/news/](https://dkmpllc.com/news/) please?
 *  Plugin Support [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * (@bayejid00)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/alignment-issues-with-carousel/#post-15175799)
 * Hi [@dotpage](https://wordpress.org/support/users/dotpage/),
 * You should always try to use the same size images, title length, and content 
   to maintain the slider to the same height and align the content.

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

The topic ‘Alignment issues with Carousel’ is closed to new replies.

 * ![](https://ps.w.org/wp-carousel-free/assets/icon-256x256.png?rev=3506878)
 * [Carousel, Slider, Photo Gallery with Lightbox, Video Slider, by WP Carousel](https://wordpress.org/plugins/wp-carousel-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-carousel-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-carousel-free/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-carousel-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-carousel-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-carousel-free/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/alignment-issues-with-carousel/#post-15175799)
 * Status: resolved