TourMkr CSS Recipes
  • GoThru
  • Recipes
  • Documentation
  • Blog
Sign in Subscribe

Square Carousel Images

Last updated on  May 26, 2021
Square Carousel Images

CSS:

#overlay wdg-other-carousel{
 --active-boder: 5px;
}
.img svg{
 width: calc(var(--width) - var(--padding)*2 - var(--active-boder)*2) !important;
}

.slider{
 margin: auto;
}

Settings:

Preview:

Previous Side Menu Custom Style - Black & White
Next Splash Screen Background Image Auto Fill
TourMkr CSS Recipes © 2025
Powered by Ghost