Never mind.
I figured it out with help from Erik’s piece of code ??
I wanted to move the welcome text and CTA box. By using the code below it was possible.
.welcome-info {
top:225px;
}
.welcome-button {
top:50px;
}
.welcome-button,
.call-to-action {
top:50px;
}
.welcome-button:active,
.call-to-action:active {
top:50px;
}
.welcome-button:hover,
.welcome-button:visited,
.call-to-action:hover,
.call-to-action:active {
top:50px;
}
.welcome-title {
top:225px;
}