Hi there,
Is it possible for me to edit the template/layout of the blog author bio pages?
Currently they look like this:
**
**
I’d like to move the image, add padding and include social media buttons and contact information - but I’m not sure where the template (if there is one) sits.
Thanks
Yes, it is possible to do but it would require you knowing a bit of HTML, CSS, and HubL. The author listing page doesn’t have a separate template, however it is a part of the blog listing HTML section of your blog template (see documentation on it here: Blog templates - HubSpot docs).
You’d basically want to go to the blog listing template in your design manager, go into your blog listing HTML within the template, and then change around the HTML in between this if statement:
{% if blog_author %} {% endif %}
You can then change the styles for that new HTML in your style-sheet and you can find the different HubL blog variables here (HubL variables - HubSpot docs). Hope that helps!