Skip to main content
Main Content

Centering on den page?

Centering on den page?
Posted 2021-01-17 07:53:42

Hi all - been playing a while but this is my first time on the forums 👋

I've been having an issue when I edit my den layout using HTML - I'd like to center the image and text, but when I do so, it appears as centered in the text box, but then when I update it, it resets back to left align. This has happened with both the editor and in code view, on desktop and on mobile, and while using a premade CSS layout and without.

Do other people have this issue? Any suggestions or workarounds?

Thanks!


vilecrocodile
#30106

Posted 2021-01-17 13:14:46
Using preview view is wonky. Go to code view (the </> button at the top left) and use this:

<div style="text-align: center;">Your text here.</div>

fireflii
#757

Posted 2021-01-17 13:59:07

That worked! I was using the wrong HTML code for centering. Thanks so much.


vilecrocodile
#30106

Search Topic