Home › Forums › WoodMart support forum › Problem with hot spot › Reply To: Problem with hot spot
January 24, 2020 at 3:26 pm
#169662
Elise Noromit
Member
Hello,
I had to change one block position from Left to Top as even with custom CSS one of the blocks was cut.
Please add this code to the Theme Settings > Custom CSS > Global:
.hotspot-opened .hotspot-content.hotspot-dropdown-top {
margin-left: 0!important;
}
body .hotspot-opened .hotspot-content.hotspot-dropdown-left {
margin-left: 95px!important;
}
Best Regards