Center the content inside author box

Posted in: Newspaper
Post count: 12

Hi there, how I can center the author picture and author name to follow same as the categories component?
https://nadz.my/kisah-sedih-gembira-si-panda-coklat-bernama-qizai/

Post count: 35449

Hi,

Unfortunately for the element is no setting to align it center, you need to set a custom css like this -> http://prntscr.com/pvs9ke
.tdb_single_author .tdb-block-inner.td-fix-index{
margin: auto;
width: 50%;
}

The code need to be set in theme panel> Custom code> Custom css

Thank you!

Post count: 12

Hi Calin,

Thanks for the guide. It works. Perhaps you could include such features in upcoming updates.

Post count: 35449

Hi,

I think that this will add in coming updates.

Thanks.

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