Home Forums WoodMart support forum 360 Degree view – button Reply To: 360 Degree view – button

#260323

Hello,

It is not possible to move the button that much as you mentioned.

Therefore you can try moving it a little bit down on the desktop by adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.woodmart-threed-view .nav_bar {
    bottom: 0px;
}

And for the mobile try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-threed-view .nav_bar {
    left: 15%;
}

Best Regards.