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

    (@ajay)

    @moviedebuts

    What were the previous styles that you were using?

    With CSS Grid, you can force it to have three columns by adding this into your custom styles box.

    
    .crp_related.crp-grid ul {
      grid-template-columns: repeat(3,minmax(150px,1fr));
    }
    .crp_related.crp-grid ul li {
      list-style-type: none;
    }
    
    
    Thread Starter Bryan Eggers

    (@moviedebuts)

    That worked perfectly! You are the best!

    Plugin Author Ajay

    (@ajay)

    Thanks for confirming!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styles lost in 3.2.1’ is closed to new replies.