To move the search / register form to the right side of the screen, add this css to style.css of child theme
COPY CODE
.home .five.columns {
float: right !important;
}
To move the search / register form to the right side of the screen, add this css to style.css of child theme
.home .five.columns {
float: right !important;
}