23 lines
751 B
PHP
23 lines
751 B
PHP
<?php
|
|
/**
|
|
* Title: Comment Section 1
|
|
* Slug: halloween-gift-store/comment-section-1
|
|
* Categories: template
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"80px","padding":{"top":"40px","right":"40px","bottom":"40px","left":"40px"}},"color":{"background":"#ffffff"}},"className":"has-no-hover-shadow-dark animated animated-fadeInUp fadeInUp","layout":{"inherit":true}} -->
|
|
<div
|
|
class="wp-block-group alignwide has-no-hover-shadow-dark animated animated-fadeInUp fadeInUp has-background"
|
|
style="
|
|
background-color: #ffffff;
|
|
padding-top: 40px;
|
|
padding-right: 40px;
|
|
padding-bottom: 40px;
|
|
padding-left: 40px;
|
|
"
|
|
>
|
|
<!-- wp:post-comments {"align":"wide","className":"no-margin no-padding"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|