Add spacing between buttons and position them the way I want on Dawn/Origin theme

Hi @Giorolling .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.banner--desktop-transparent .banner__box {
    max-width: 100rem;
}

.banner__buttons {
    gap: 49rem;
    max-width: 100rem;
}

.banner__box {
    padding: 30px 0 !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!