Tagged: x
-
AuthorPosts
-
March 18, 2017 at 10:04 am #1412135
PierreMeulParticipantHI, I have a white line across my screen at bottom of my page and just before footer and I am unsure where it is coming from and how I could avoid this white space there.
Would you have an idea? I am attaching a screenshot.
Thank you.
PierreMarch 19, 2017 at 3:10 am #1412560
Rue NelModeratorHello There,
Thanks for writing in! The space is coming from your custom code. It is because of the <br> tag in this code:
// Google Structured Data Fix for Excerpts // ============================================================================= add_filter('get_the_excerpt', 'modified_date_updated_excerpt'); function modified_date_updated_excerpt( $excerpt ) { if ( !is_single() || !is_singular() ) { return $excerpt . '<br><div class="hatom-extra"><span class="title">'. get_the_title() .'</span> was last modified: <span class="updated"> '. get_the_modified_time('F jS, Y') .'</span> by <span class="author vcard"><span class="fn">'. get_the_author() .'</span></span><br><br></div>'; } else { return $excerpt; } }Please try to remove the <br> code and see how it goes.
March 19, 2017 at 5:48 am #1412655
PierreMeulParticipantThank you very much, this did it 😉
March 19, 2017 at 11:13 am #1412838
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1412135 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
