Replies: 1 comment 1 reply
-
|
In fact there are many hard coded values in that div which should be removed. Why is this not a part of the CSS itself that you can configure? I don't want any of this forced size constraint and alignment. I don't want pretty much any of these values because they completely break the formatting. Is it simply impossible to have things outside of the center of the screen? If so, what is the purpose of making such a strict requirement when it's easy to avoid? <section data-markdown="" data-markdown-parsed="true" class="drop present" style="top: 0px; display: block;" data-pdf-page-number="0"><!-- -->
<div class="" style="position: absolute; left: 0px; top: 0px; height: 700px; width: 960px; min-height: 700px; display: flex; flex-direction: column; align-items: center; justify-content: center" absolute="true">
<h1 id="here-is-my-slide">Here is my slide</h1>
<ul>
<li>Text</li>
<li>More text</li></ul></div>
</section> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't stand the default of everything being centered, and
center: falsedoes nothing. I finally found out which css values need to be changed, but what I notice is this appears to be a hardcoded style in the HTML that is produced. I try to remove these values using CSS, but because they're set at the individual div level around my content, I can't do anything about it. How do I get rid of this?I will mention, I do not know CSS very well, so it's possible I'm doing this incorrectly
Beta Was this translation helpful? Give feedback.
All reactions