Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Font size for bullets is not recognized and displays much larger in the PDF output
I'm currently using this:
/* List styles */
ul li,
ol li {
list-style-position: inside;
font-size: 16pt !important;
}
ul {
margin-left: 0;
padding-left: 1em;
}
Hi @Jennifer Thorburn
Try to add this:
.wiki-content ul, .wiki-content ul li, .wiki-content ol, .wiki-content ol li { font-size: 16pt; }
It work's for me.
I think it's only possible using an app that can do customized PDF exports. In one of my previous companies, we used Scroll PDF Exporter by K15t that allows you to adjust font sizes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I find it very frustrating that I can't change the font size/style when using bullets... only normal text allowed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.