This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

how to made gap between rpp unclickable

Home Forums Product Support Forums Related Posts Pro for WordPress Support how to made gap between rpp unclickable

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4642
    somuch77somuch77
    Participant

    hi..

    i’m using isotopic, between each related post, there’s a gap, how to made the gap unclickable.

    it’s clickable from this element <span class=”overlap”></span>
    it has height: 100% and width: 100%

    i want it clickable as big as the related post box, i don’t want the gap in between clickable.

    http://prntscr.com/71qj8a

    i have trouble fixing the css

    thanks a lot!

    #4648
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Try this very simple custom CSS:

    [code]
    .rpp_inner {
    position: relative !important;
    }
    [/code]

    #4651
    somuch77somuch77
    Participant

    hi. it won’t work, because the span element that clickable become collapsed, and only the text that clickable.

    i’ve found solution for this, a little bit more editing, but will work.

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.