Add scroll margin to comment section

This commit is contained in:
Tetrakern 2023-09-18 00:55:46 +02:00
parent 8958964181
commit 70578250cd

View File

@ -24,7 +24,7 @@ $logout_url = fictioneer_get_logout_url( get_permalink() );
?>
<div id="comments" class="fictioneer-comments" data-post-id="<?php echo get_the_ID(); ?>" data-logout-url="<?php echo esc_url( $logout_url ); ?>">
<div id="comments" class="fictioneer-comments scroll-margin-top" data-post-id="<?php echo get_the_ID(); ?>" data-logout-url="<?php echo esc_url( $logout_url ); ?>">
<?php