• Resolved dotpage

    (@dotpage)


    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/

    Can anyone shed a light on this?

    Thanks!!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @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.

    .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

    (@dotpage)

    Thanks for the reply!

    It aligns much better, only one excerpt got too short, can you take a look at https://dkmpllc.com/news/ please?

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @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.