• Resolved davidmarek

    (@davidmarek)


    Hi – thanks for a great plugin!

    Is it possible to size the post carousel so that each post is the same height, rather than have the masonry effect? Also, can meta data be added, such as the post date?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diego Pereira

    (@dotrex)

    Hello @davidmarek,

    Yes, it is possible! You can set a minimum height for the items, so they have a default size.

    Please go to “Appearance ➡ Customize ➡ Additional CSS” on you WordPress dashboard and add this CSS snippet:

    .elpug-blogroll-carousel .elpug-blog-item { min-height: 500px; }

    You can change the 500px to any size you want.

    For now we don’t have the post meta on the items, but i will add this suggestion to our development queue.

    Thanks for using the plugin, if you need anything just message us.

    All the best,
    Diego

    Plugin Author Diego Pereira

    (@dotrex)

    I will mark this ticket as resolved for now 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Carousel Size’ is closed to new replies.