Author no longer appears on blog post; coding issue
SOLVE
I am having an issue with my blog post template, more specifically a custom module for the blog banner. The banner was a color background before, but after changing the background to an image the blog author no longer appeared in the banner.
Below is the code (HUBL/HTML) for the custom module:
Author no longer appears on blog post; coding issue
SOLVE
@bstock98 - As suspected, the HUBL is fine and the author code is actually there, it's just being rendered behind the background image. I added the following css to the author's <a> tag and it appeared:
position:absolute;
z-index:99999;
If this answer helped, please, mark as solved 😄
tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.
Author no longer appears on blog post; coding issue
SOLVE
@bstock98 - As suspected, the HUBL is fine and the author code is actually there, it's just being rendered behind the background image. I added the following css to the author's <a> tag and it appeared:
position:absolute;
z-index:99999;
If this answer helped, please, mark as solved 😄
tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.
Author no longer appears on blog post; coding issue
SOLVE
Thank you so much! That made the text appear again, but now I have one final issue.
The author and date now scroll over the nav bar rather than going under like the post title. I couldn't see anything obvious in the css for the post title that makes it scroll underneath.