• Hello,

    I’d like for the elements in the post carousel to be shaped as squares (height=width).

    Is there any option to do this?

    Thank you.

    Lucie.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @lucie136

    Please follow the steps:

    Best Regards!

    Thread Starter lucie136

    (@lucie136)

    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.

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @lucie136 , Can you provide the URL of the Carousel you are using?

    Thread Starter lucie136

    (@lucie136)

    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.

    Thread Starter lucie136

    (@lucie136)

    Hello,

    I’ve also tried switching on the Enable Equal Height option in Post (Type) > General > Basic Options but it doesn’t work.

    Lucie.

    Plugin Contributor codersantosh

    (@codersantosh)

    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!

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

The topic ‘Squares for post carousel’ is closed to new replies.