Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ajay

    (@ajay)

    Do you have any additional custom CSS that was applied?

    One change I can see to add to your Custom styles tab. I’ll

    
    .crp_related.crp-rounded-thumbs .crp_title {
    width: 100%
    }

    What are the other changes needed as this is a separate look vs the default rounded thumbs style I have included.

    Plugin Author Ajay

    (@ajay)

    @dionizuz

    I’ve pushed through v3.2.2 which fixes a few bugs including those with styles.

    Thread Starter dionizuz

    (@dionizuz)

    What does it exactly fix?
    2nd question: How do I turn off the zoom animation on the related post images?

    Plugin Author Ajay

    (@ajay)

    There were issues with the masonry stylesheet not getting included. I also had to update a few custom styles.

    I checked your site again and I notice that you seem to have a very custom style which is quite neat – probably done with your designer?

    In your stylesheet you have a few lines that you would need to delete to turn off the zoom. Around line 322 I think of style.css of your child theme.

    
    .crp_related figure {
      transition: all .5s !important;
    }
    .crp_related figure:hover {
      transform: scale(1.2);
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘My related posts design broke’ is closed to new replies.