Ďakujem za radu, funguje to dostatočne:
.wpify-woo-heureka-reviews {
width: 100%;
max-width: none;
margin-left: 0;
margin-right: 0;
}
.wpify-woo-heureka-review {
width: 100%;
min-width: 1200px;
}
@media (max-width: 768px) {
.wpify-woo-heureka-review {
min-width: 90vw;
box-sizing: border-box;
}
}
Thanks, i try it and post here solution of my problem 🙂