mobile version: I would like to center "number of article of author "

Posted in: Newspaper
Post count: 2

Hi
How can I center “the number of articles” of the author in the mobile version. Attached image to show the error.

Foto

Post count: 20688

Hi,

The post and comment counter in the author page will be displayed
https://www.screencast.com/t/dI2fJfPg
There is a margin between the two counters, if it is removed they will be displayed like this
https://www.screencast.com/t/KcNg5q1b
If you plan not to comment on posts then the post count will only be visible, I could give you a code to remove that margin if that is the case
https://www.screencast.com/t/mAhztkg1OZ1
Enter this code in Theme panel->Custom code->Advanced CSS in the phones section

.td-author-counters span{
margin-right: 0;
}

Thanks

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