I noticed that if the text is in italics and alignment is set to ‘justify’, a part of the text is cut-off at the right-hand margin of the post.
Here is Screenshot: https://prnt.sc/g67j58
How to solve this problem?
Thanks. 🙂
Hi Habi Jabi,
Please provide us your site link so that we can help you on it.
Thank you!
I’m still testing this theme in localhost. suddenly, i noticed this issue.
Try adding padding-right: 5px; for that section where you have used justify and italic.
padding-right: 5px;
This is <p> tag issue. One of my friend told me. He also provide this code: p { padding-right: 5px; }
Then, I just paste it in style.css of child theme.
Thanks for your support. 🙂
You welcome Habi