Reply To: WT Antique - Client Feedback modul problem

Home Forums Support WT Antique - Client Feedback modul problem Reply To: WT Antique - Client Feedback modul problem


Please give a try with


.feedback .row:nth-of-type(4) .pivot::after {
  height: 170px;
}
.feedback .row:nth-of-type(3) .pivot::after {
  height: 350px;
}
.feedback .row:nth-of-type(4) .comment::after {
  position: absolute;
  top: 30;
  left: auto;
  right: -10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feedback .row:nth-of-type(4) .person {
  margin-left: 50px;
}
.feedback .row:nth-of-type(4) .person h3 {
  text-align: left;
}
.feedback .row:nth-of-type(4) .comment {
  margin: 20px 60px 40px 0;
}