Home › Forums › WoodMart support forum › 360 Degree view – button › Reply To: 360 Degree view – button
January 21, 2021 at 12:33 pm
#260323
Aizaz Imtiaz Awan
Keymaster
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.