Hello,
I would like to make some style changes to the author archive page but can’t seem to access it in the backend or edit from the live page.
Example page: http://etool.net.au/author/alex/
I want to add a sidebar and move the author image to the left, with bio on the right.
Can you advise where and how to change this please?
Thanks, Siobhan
Hey!
1) Insert following code into the quick css field
#top .fullsize .template-blog.template-author .blog-meta {
float: left;
margin: 0 30px 0 0;
text-align: left;
}
2) Go to Enfold > Sidebar and select “Sidebar on Archive Pages” – “right sidebar”.
Best regards,
Peter
Amazing, thanks Peter!
It looks tons better now :)