-
AuthorPosts
-
November 1, 2015 at 6:08 am #528052
Hi there I am hoping someone can help me with an issue I’m having…. I really need to increase the clickable size of the hotspots I have on an image of a homepage. I have a css mod to remove the background of the hotspots, but I can’t figure out hot to increase the clickable area and keep it centered in relation to the hotspot image. I’ll post the current css mod for the hotspots if it helps… I’m not overly educated on on writing code of any kind but I can manage to find my way around php. and css files to makes the changes I need.
.av-image-hotspot_inner {
background: none !important;
}Hope someone has an idea with for this.
Cheers
JoshNovember 1, 2015 at 6:59 am #528055Hi Josh!
Try with this code:
.responsive .av-image-hotspot { height: 40px; width: 40px; line-height: 40px; } .responsive .av-image-hotspot-pulse { width: 70px; height: 70px; }
Best regards,
JosueNovember 2, 2015 at 11:16 pm #528874HI thanks Josue!! It worked …. kind of lol Definitely made the clickable area bigger which was my biggest issue. Only issue is now the pulse is not centered in relevance to the clickable area of the hotspot. Do you have a code that I can use to offset the positioning of the pulse?
Thanks Again
JoshNovember 3, 2015 at 1:30 am #528910November 3, 2015 at 5:38 am #528992Hi Yigit! Its a friends site but I’m trying to help her out with it. http://www.azzyland.com let me know if you have any ideas.
Cheers
JoshNovember 3, 2015 at 10:35 am #529082Hey!
You can increase the size of the hotspot then adjust the position with margins:
.responsive .av-image-hotspot { height: 100px; width: 100px; line-height: 0px; margin-left: -20px; margin-top: -10px; }
Regards,
IsmaelSeptember 15, 2017 at 12:47 am #852358Hi, I am trying to use an image with hotspots, but the surface of the area of the image is too small. I want to put this image in the left side with an icon list on the right. Als the icon list is large I need the image to be almost the same size of large. I already try changing the image size but it doesn’t work, the only way is when I put it full size but then I cannot put the list beside and I need it there. Is it possible? Thank you very much.
September 17, 2017 at 7:45 pm #853114 -
AuthorPosts
- You must be logged in to reply to this topic.