calebsurface / ProPresenter-OBS

Script to feed ProPresenter slides into OBS for lower thirds
27 stars 11 forks source link

Single lines of text not centering vertically #12

Open esbctech opened 4 years ago

esbctech commented 4 years ago

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?

benschultz5 commented 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!

gwc1023 commented 3 years ago

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.