Home › Forums › WoodMart support forum › 360 Loading symbol is Out of the frame › Reply To: 360 Loading symbol is Out of the frame
December 12, 2022 at 6:59 pm
#428268
Elise Noromit
Member
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