Hello,
Initially, Woodmart theme use OWL-Carousel JS library for most content carousels. Following library has issue: under a certain coincidence of circumstances like container width, column quantity, column spacing, browser zoom level or OS interface scaling – carousel width and carousel column width is miscalculated (https://prnt.sc/23tv35w) causing issue when carousel columns not covering all carousel wrapper.
Unfortunately, this OWL-Carousel issue can’t be completely fixed via theme, but in further updates we are planning to move to other JS carousel library that does not have the following issue.
Like as alternative solution, you can add following custom code to Global Custom CSS area in Theme Settings to fix this issue on image’s carousel:
.wd-images-gallery .owl-stage-outer {
clip-path: inset(0 2px 0 0);
-webkit-clip-path: inset(0 2px 0 0);
}
Kind Regards