Home Forums WoodMart support forum 360 Loading symbol is Out of the frame Reply To: 360 Loading symbol is Out of the frame

#428268

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.wd-threed-view,
.wd-threed-view .threed-view-images img {
	max-height: 100vh;
}

.wd-threed-view .spinner {
	position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
	margin: 0 !important;
}

Best Regards