Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #616349

    Hi condonpb!

    link you have provided does not work for me. Can you check please?

    Best regards,
    Andy

    #616476

    I 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

    #617309

    Hey!

    I see this when trying to open your website:

    View post on imgur.com

    Regards,
    Andy

    #619283

    Ok 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

    #619718

    Hi!

    use “px” instead of “%”.

    Best regards,
    Andy

    #620431

    Andy,

    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

    #621107

    Hi!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.