fixed no comment text
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pexpo-core-comments-body {
|
.pexpo-core-comments-body:has(> .pexpo-core-comment-groups-wrapper) {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
@@ -139,6 +139,13 @@ mask-image: linear-gradient(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pexpo-core-no-comments {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #777;
|
||||||
|
margin: 50px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes scrolling {
|
@keyframes scrolling {
|
||||||
to {
|
to {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
} else {
|
} else {
|
||||||
?>
|
?>
|
||||||
<p class="pexpo-core-no-comments"><?php echo esc_html__('Még nincsenek hozzászólások.', 'partnerexpo-core'); ?></p>
|
<p class="pexpo-core-no-comments"><?php echo esc_html__('Még nincsenek visszajelzések.', 'partnerexpo-core'); ?></p>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user