Home Forums WoodMart support forum Problem with hot spot Reply To: Problem with hot spot

#169662

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