Home Forums WoodMart support forum Carousel element of same size

Carousel element of same size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317540

    Simone2701
    Participant

    Hello,

    I need to have the same size of carousel post, including image, title and description.

    How can I do that? I mean same number of letters in title, description.

    Thanks

    #317607

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog-design-masonry .post-title {
        height: 82px;
        overflow: hidden;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)