Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support absolute positioning for all elements on title page #431

Closed
mojavelinux opened this issue Apr 29, 2016 · 2 comments
Closed

Support absolute positioning for all elements on title page #431

mojavelinux opened this issue Apr 29, 2016 · 2 comments
Assignees
Milestone

Comments

@mojavelinux
Copy link
Member

As an alternative to margin_top, which shifts the element down from the current location in the flow, support absolute an position for each element on the title page using the top or bottom property.

The top property should position the element relative to the absolute top of the page (ignoring the margin). The bottom property should position the element relative to the absolute bottom of the page. The top and bottom properties are mutually exclusive.

@mojavelinux mojavelinux added this to the v1.5.0 milestone Apr 29, 2016
@mojavelinux mojavelinux modified the milestones: v1.5.0.alpha.14, v1.5.0 Aug 22, 2016
@mojavelinux mojavelinux self-assigned this Aug 22, 2016
@mojavelinux
Copy link
Member Author

We could also consider left and right properties.

@mojavelinux mojavelinux added this to the v2.0.0 milestone May 17, 2022
@mojavelinux
Copy link
Member Author

As I stated in #66 (comment), we've decided to focus on a programmatic solution to this need. Refer to that comment for the reasoning.

You can find an example in the docs for how to create an extended converter to customize the title page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants