
I would like to show the following and previous posts as I see the profile at the bottom of the mobile as shown in the picture. Where do I set this up?
I just checked with Bettina. However, I can’t find the setting.
Hi muktipolice,
If this is on Newspaper and you are using cloud templates, then you can edit the single post template with tagDiv Composer -> https://i.imgur.com/gIzCOSv.png -> ad the author box under the next prev element -> https://i.imgur.com/dh3fqfy.png also the borders can be set in css tab per element -> https://i.imgur.com/JB0aR92.png
I hope this will help. If there are still some problems, please provide some more details and some screenshots.
Thank you!
It appears at the bottom of the post, but how do I put it in? I’d like to add it, but I can’t see it.
https://www.fknapredak.com/mom/

https://politicadeverdade.com/mtsite1/

Both are my websites. However, I don’t know how to show my profile on one side.
I see.
Botha are using Newsmag theme, so I move the topic in Newsmag.
I think that you’ll like to look like this https://i.imgur.com/7t49tkG.png
Then add this custom css in the theme panel > custom code> custom css
.author-box-wrap .avatar {
float: none;
margin-right: auto;
margin-left: auto;
margin-bottom: 9px;
max-width: 96px;
}
.author-box-wrap .desc {
margin: 0;
text-align: center;
}
I hope this will help you!