List of authors

Posted in: Newspaper
Post count: 36

I’ve created a page with the author widget but it shows them as list in a column. Is there another template to show them in rows?

Post count: 35449

Hi,

Unfortunately our theme do not have this option yet, but you can use some custom css in order to obtain that
https://www.screencast.com/t/bNEdyP8B4d
Please try this custom css
.td_top_authors img {
position: initial;
margin : 0 30px;
}
.td_top_authors .td_mod_wrap {
float: left;
padding: 0 15px;
}
.td_top_authors .item-details {
margin-left: 0;
}
.td_top_authors .td-authors-name {
text-align: center;
}
.td_top_authors {
margin: 0 0 0 25px;
}

Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.