-1

I am working for the first time with slidify and I would like to alter the layout of the homepage by centering the title, subtitle, author and job. By adding text-align:center; to the css, I was able to get them centered regarding each other. But I can only manage to get them in the center of my slide by adding left: 480px;. But off course, now the alignment is suboptimal since it changes whenever the length of my title changes. Can anyone help me?

1 Answers1

0

In the default css, I've changed the settings to this

/* line 924, ../scss/default.scss */
.title-slide group {
bottom: 55px;
left: 480px;
text-align: center;
}