Tagged: andy
-
AuthorPosts
-
April 15, 2016 at 2:56 pm #614868
Dear Sirs,
i ma using hotspots which is great on the following donation page see https://www.jamestest.co.uk/donations/ however as you can see i want to align the hotspots centrally by 0.1% currently the element shows
element.style {
left: 10.8%;
top: 46.1%;
}I want to adjust to
element.style {
left: 10.9%;
top: 46.1%;
}but this is really difficult manually against the image as it is such a small amount how can I make such a refined adjustment please can you help
April 18, 2016 at 12:21 pm #616349Hi condonpb!
link you have provided does not work for me. Can you check please?
Best regards,
AndyApril 18, 2016 at 1:59 pm #616476I can get on to the link there maybe an issue with SSL but if you get error, just proceed then let me know and I will resolved with host
April 19, 2016 at 12:04 pm #617309April 21, 2016 at 6:00 pm #619283Ok please try now
I am using hotspots which is great on the following donation page see https://www.jamestest.co.uk/donations/ however as you can see i want to align the hotspots centrally by 0.1% currently the element shows
element.style {
left: 10.8%;
top: 46.1%;
}I want to adjust to
element.style {
left: 10.9%;
top: 46.1%;
}but this is really difficult manually against the image as it is such a small amount how can I make such a refined adjustment please can you help
April 22, 2016 at 10:38 am #619718Hi!
use “px” instead of “%”.
Best regards,
AndyApril 23, 2016 at 9:53 am #620431Andy,
I think you have missed the question the issue I am asking is where can I manually set this as in hotspots you only set bymoving the hotspots into posisition. What I am trying to do is to refine the exact position and need to alter the individual element style. So that currently the hotspot the individual element.style {
left: 10.8%;
top: 46.1%;
}I want to adjust this to
element.style {
left: 10.9%;
top: 46.1%;
}So how can I manually alter the css to get this as this is such a small change I cant do it by moving the hotspot manually
April 25, 2016 at 9:51 am #621107Hi!
try this code inside of Quick CSS field:
.av-image-hotspot.av-perma-tooltip.av-display-hotspot { left: 50px; }
and adjust as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.