- This topic has 5 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hello!
I have been trying to change the number of similar posts in vain in the Post elements menu. All I can do is mentioned if I want some similar posts to be displayed or none.
At the bottom page of my blog, you can see 3 similar posts you might be interested in. I would like to have 1 or 2 similar posts displayed. How can I have the hold of the number of posts to be seen please ?
Thanks a lot.
Have a great day!
Hi admin8033
Can you please describe your issue more detailed? Can you please share the screenshot of the issue or a link where the issue exists?
Kind Regards
Hi #admin8033
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.related-posts section:nth-child(2) {
display: none;
width: -webkit-calc((100% - (2 * 23px)) / 2 - 1px);
}
Kind Regards
Thank you so much Vako. It works well. 🙂
Kind regards.
You are welcome. Feel free to contact us anytime.
Kind Regards