by default, a one-column page is centered.
see in styles.ccs:
.one-column #content {
margin: 0 auto;
width: 640px;
}
try to change the margins;
just for an idea, the margins for the ‘normal’ layout are:
#content {
margin: 0 280px 0 20px;
}
as this seems to be a css/formatting issue, which can best be discussed looking at the live problem, and if you need further help with it, please post a link to your site, pointing to the page with the one-column template.
Thread Starter
Bos
(@hermanbos)
Thanks you will solve my problem.
I tried all your suggestions.
I tried below:
/* One column */
.page {
float: left;
}
But nothing works….
My website is:
http://www.fouraces.nl/wpress
see page “Dinsdagavond uitslagen” (1 column) compared to the Home page (two columns).
In between switched tot Twenty Eleven
Thread Starter
Bos
(@hermanbos)
Now changed to Twenty Eleven I discovered that there are more possibilities by choosing Template. The problem is now solved by choosing Showcae Template (attributes).
Anyway thanks for your attention alchymyth. Realy an improvement of WordPress!