thank you! now the issue has been resolved. is there a way to centre the white area (the whole area saying “scopri le collezioni”, buttons included) like it was before?) its a bit too low now. i previously used this code (in the css area, directly inside the shop editor) and it worked just fine until this issue occurred:
@media only screen and (max-width: 749px) {
.banner__buttons.banner__buttons–multiple {
width: 100%;
justify-content: center;
}
}
Now, if i remove it, the whole area will shift left. if i leave it that way it’ll work, but it’s too low. thanks