Hi,
What is the css code to control the above? Both in the truncated (short) and open (full) post.
TIA
Hi,
What is the css code to control the above? Both in the truncated (short) and open (full) post.
TIA
Hi @adventurer,
It has been found that the custom CSS code is the reason behind the reduced space between the meta info and the content. I would suggest you remove that code to get rid of the issue.
Hope it helps.
Thanks
Thanks!
I’ve reset it to zero for now.
In order to help out the spacing a little more, where can I control the meta spacing above and below, and the meta font size?
TIA
Hi @adventurer,
To increase the space at bottom and top and font size of the meta information, you need to add the following custom CSS code.
.p-meta
{
padding: 10px 0 10px 0;
font-size: 99.7%;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
That’s PERFECT! Thanks!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.