All things Shopify and commerce
Hello, I am trying to do just what my screen shot indicates:
To move over the headline text: .banner__heading
And button (not sure which one it actually is but all my other css coding is working so I don't want to delete any): .button, .button-label, .shopify-challenge__button, .customer button
to about where the left vertical red line is. Reason being is that it only looks good on wide screen and the text shifts over the image if the window is made more narrow.
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hi there,
So there are two options to do this. If you click on your "Image banner" in the customizer, you will find the option "Desktop container position" and you can make a lot of changes there already. If you want to move it over even further, simply add the following CSS to the "Custom CSS" part in the section settings.
.banner__content{
max-width: 90vw;
}
This is an accepted solution.
Hi there,
So there are two options to do this. If you click on your "Image banner" in the customizer, you will find the option "Desktop container position" and you can make a lot of changes there already. If you want to move it over even further, simply add the following CSS to the "Custom CSS" part in the section settings.
.banner__content{
max-width: 90vw;
}
That did the trick, thank you!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025