Single page site

I wanted to create a single-page site, with one paragraph of text. When I create the site the “Custom home page” plugin is installed, so I assume I should use it to add stuff to the page?? However, the text appears left-aligned to the browser window - while I would like the text to appear in the regular “text column”.

So, I assume I’m doing something wrong. How should I enter/format content on a single page site?

I don’t think you’re doing anything wrong. It’s up to each theme whether they want to provide default styling to the Custom Home Page plug‑in or leave it up to the end user, and my guess is that the theme you’re using might leave it up to you. You could try wrapping your text in some extra HTML, like this:

<div class="page">
Hello, world!
</div>

Tackar

It worked perfectly

1 Like