Home Forums WoodMart support forum Carousel with Justified width

Carousel with Justified width

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

    osoliman
    Participant

    I’m using the carousel but the images are with different width, how to make them justified.

    here is the carousel
    https://nolimitsfurniture.com/portfolio/allegria/

    #419541

    Hello,

    The best way in this regard would be to upload same sized Images but if that’s not the case, then a Custom CSS needs to be tried off in this regard and see if this works out for you or not:

    .wd-gallery-item a img {
      object-fit: inherit !important;
      height: 25em !important;
    }

    Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    Best Regards

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