Open esbctech opened 4 years ago
I had the SAME issue. There is a stylesheet.css file that allows you to format these types of things. It took a lot of trial and error but I got what I needed by adding the following to the stylesheet.
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Hope that helps!
Would this also fix our issue? Similar but everything is off center vertically by one line - there's always an 'extra' blank line at the top that comes through, so no matter how many lines of text there are, they're always slightly more towards the bottom than the top.
When going from a ProPresenter slide with 2 lines of text to a slide with 1 line, the single line is not centered vertically, it aligns with the top line of text. Is there a way to fix that?