Home Forums WoodMart support forum Mobile Hotspot image Reply To: Mobile Hotspot image

#240367

smithy5021
Participant

Hi,

Thank you for your reply. I have noticed that the hotspots work fine on desktop and android mobile but on IOS devices the touch area is very small which makes it very hard to select different dots on the map (see attached picture).

1) Is it possible to expand the touch area for each points on mobile to make sure users can select them easily ?

Or

2) I added some CSS to make the dots smaller on desktop:
.woodmart-image-hotspot {
position: absolute;
width: 5px;
height: 5px;
})

I like them that size for desktop, but how can I make those same dots bigger only on mobile for example

.woodmart-image-hotspot {
position: absolute;
width: 10px;
height: 10px;
}

Thank you for your help.

Best regards

Attachments:
You must be logged in to view attached files.