Image extends cursor link outside the image boundaries

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Image extends cursor link outside the image boundaries

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16478
    jljs08
    Participant

    Hi,

    How can i contain the link/cursor to work only within the image boundaries and not extend to the whole line where the image is in?

    Example: http://rickcrandall.net/wp/snowmass-mountain/

    The image “View / Print PDF” has a link and if you point your cursor to the whole column space to the right and click on it, it goes to where the image link is. That shouldn’t be the case as that blank space should not have any link at all.

    This happens every time I put a link on an image. Please see attached for visual explanation

    Kindly check on this.

    Thanks,
    JL

    #16483
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    #post-5421 a img {
        display: inline-block;
    }
    
    #16485
    jljs08
    Participant

    Hi, thanks, it worked for that particular post, but how about the other pages with the same problem and other images?

    It happens to all images in all posts (not just the view/print pdf image but even the photos if I will put a link on it).

    Ex: http://rickcrandall.net/wp/mt-lindsey-full-moon-campout-and-a-class-3-loose-gulley-climb/

    Thanks,
    JL

    #16491
    Veena
    Moderator

    Pls try this –

    .single.single-post a img {
        display: inline-block;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.