Wie platziere ich den Willkommenstext über den Symbolen?

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 :slight_smile:

4 „Gefällt mir“

This does the trick :sparkles::

.welcome-wrapper {
    display: block !important;
    .welcome-content {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

4 „Gefällt mir“

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.