Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #778104

    Hi,

    On my site I’m using the post slider. When I’m hovering the title of the post, it behaves strange. Just above the letters and between them it ‘s linking, but right on the letters, there isn’t a link, also no hand, just a normal cursor.

    Any idea what’s causing this?

    Regards,

    Erwin

    #778156

    Hey erwin_m,

    I`ve checked your site and all is working normally, may you share some screenshots about this problem?

    Best regards,
    John Torvik

    #778157

    Hi John,

    Thank you for looking into it!

    A url to the image is in the private part. When I’m on A I do have a link, on B I don’t. The link reacts strange on hovering.

    Regards,

    Erwin

    #778893

    Hi Erwin,

    Could you please specify the page, where this is happening? I looked today, could not find the page.

    Best regards,
    Victoria

    #778897

    Hi Victoria,

    It’s on the hompage, which I link to in my openingspost. It happens when the title is over two rules and between those rules, it’s strange. I think it has something to do with the line-height. In css I have added:

    .avia-content-slider .slide-entry-title {
        line-height:0.5em;
        margin-bottom:30px;
        font-weight:bold!important;
    }

    Can it be that the a element has another line-height? Couldn’t find that by the way.

    Regards,

    Erwin

    #779062

    Hi Erwin,

    Thanks for the feedback, I think that CSS is what is causing your problems. Could you try removing that CSS or increase line height to see if that works please?

    Best regards,
    Rikard

    #779094

    Hi,

    I’ve disabled it with a typo. Now it’s working but I don’t get the desired layout. How can I adjust the line-height without messing up my link?

    Regards,

    Erwin

    #779166

    Hi Erwin,

    I can see this on style.css (lin-height, which isn’t working):

    .avia-content-slider .slide-entry-title {
        lin-height:0.5em!important;
        margin-bottom:30px;
        font-weight:bold!important;
    }

    Try to change this to:

    .avia-content-slider .slide-entry-title {
        line-height: 2!important;
        margin-bottom: 30px;
        font-weight: bold!important;
    }

    then add this also:

    .avia-content-slider .slide-entry-title a {
        display: block;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #779172

    Hi Nikko,

    This works great. Thank you!
    You can close this topic.

    Regards,

    Erwin

    #779181

    Hi Erwin,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Title in post slider doesn't link correct’ is closed to new replies.