Amazing banner! Thanks!
Is there any way to prevent the responsive layout on large screens from moving the welcome text on the left? I would like it to remain on the top for all screen sizes. Thanks
This does the trick :
.welcome-wrapper { display: block !important; .welcome-content { max-width: 100% !important; flex: 0 0 100% !important; } }