Hello @majaa
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
@media screen and (min-width: 750px) {
.banner__content.banner__content--middle-center.page-width {
position: relative;
}
.banner--desktop-transparent .banner__box {
position: absolute;
top: 20%;
left: 10%;
}
.banner__buttons a {
padding: 0 6rem !important;
}
}
