As in the title. Is it by default centred? I read through the jquery.FullPage.css file and I can't find a way to make the text be anywhere in the page except from the centre, centre-left, or centre-rigth.
Cheers
As in the title. Is it by default centred? I read through the jquery.FullPage.css file and I can't find a way to make the text be anywhere in the page except from the centre, centre-left, or centre-rigth.
Cheers
By default it is vertically centered as detailed in the documentation. The option verticalCentered
is by default set to true
.
Regarding the horizontal centering, you should be using your own CSS for that as you can see in any of the available demos online and the ones provided in the docs.