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

This topic contains 2 replies, has 2 voices, and was last updated by somuch77 somuch77 8 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4642
    somuch77
    somuch77
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Try this very simple custom CSS:

    
    .rpp_inner {
        position: relative !important;
    }
    
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4651
    somuch77
    somuch77
    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.