You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.