Hello,
Hoping for a little help.
I am seeing that everything that happens to be or of the container is wrapped in a div element with the attribute [data-layout-section="true"] I tried to target this and I have been unable to get any modification what so ever.
My Current PDF Stylesheet
@page {
size: 216mm 279mm;
margin: 5mm;
}
div.wiki-content {
box-sizing: border-box;
width: 190mm !important;
max-width: 100%;
align-self: center !important;
margin: 0 !important;
padding: 18px !important;
}
div.wiki-content div[data-layout-section="true"] {
margin-left: -5mm !important; /* My Attempt to shift content left. */
}
The first two @pagetTeng and div.wiki-content are working properly. Has anyone else had issues with the export format?
Thank you!
Not 100% sure, but it seems to me that 'data-layout-section="true"' would indicate that for this section it takes the lay-out that is already given. Haven't been able to find anything to back that up, though, so could just be a guess.
Have you tried removing that bit?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.