Thank you for the info.
For the desktop version (all the way to the left), is this enough or more?
If this enought try this code.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.banner__content.banner__content--middle-left.page-width, .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
padding-left: 0px;
}
- And Save.
For the mobile version (all the way to the top).
- Same Instruction.
@media only screen and (max-width:749px){
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
padding-top: 10px;
position:absolute;
top: 0px;
}
}
- And Save.
- Result:

