Authors box horizontal align instead of vertical

Posted in: Newspaper
Post count: 9

As the title says is there any way I can horizontally align the authors cars in the authors box instead of vertical?

Post count: 9

basically what i mean is i want to have the authors inline and not on top of the other

Post count: 35449

Hi,

Unfortunately there is no settings for this, sorry!
If you want you can use a custom css for this https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/, if you need help with this please provide me a link were I can inspect your authors box, in this way I will be able to provide you the right custom css.

Thank you!

Post count: 9

hello there,

thank you! the url is:
https://destothetika.com/

Post count: 35449

Hi,

You can try this custom css -> https://www.screencast.com/t/dTqQm3eqWcF
.td_top_authors .td_mod_wrap{
width: 33.3%;
display: inline-block;
margin-top: 24px;
}
.td_top_authors.td_top_authors img {
position: relative;
float: left;
}

Set the code in Theme panel>Custom code>Custom css.

Thank you!

Post count: 9

amazing, thank you very much!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.