Hello,
I don’t understand how to add a container/cover in a single item. I have 3 items right now and this is what I have: https://prnt.sc/QH1hEWO5mtdP.
Could you give me more details please?
Thank you.
Lucie.
Hello @lucie136 , Can you provide the URL of the Carousel you are using?
Hello,
Sadly I can’t give you any URL because I’m developing this website locally.
Here are some more information though:
– Theme : Neve (child theme), v 3.3.1, free version.
– WP : 6.0
Hope it helps.
Lucie.
Hello,
I’ve also tried switching on the Enable Equal Height option in Post (Type) > General > Basic Options but it doesn’t work.
Lucie.
Hello @lucie136 , Creating a square post may not be possible or it may not work as expected.
You can try following custom CSS
.gutentor-post.gutentor-carousel-item {
height: 300px !important;
width: 300px !important;
}
Note: Change 300px according to your requirements.
Best Regards!