Shopify themes, liquid, logos, and UX
Hi Everyone, I'm pulling my hair out and would love any advice someone can offer. The image banner (the stick man image) on my homepage is currently a little too large. I'd like to make the overall banner a little smaller with more black space around the sides. Resizing the image doesnt help as it sticks to the banner specification. Can anyone help?
Page is :- the-yellow-d-ck-road.myshopify.com
Password is help
Thanks so much
Solved! Go to the solution
This is an accepted solution.
Hey @AuthorAngel
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.banner__media.media img {
padding: 100px !important;
}
.banner__media {
background: black !important;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @AuthorAngel
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.banner__media.media img {
padding: 100px !important;
}
.banner__media {
background: black !important;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you very much That's worked
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hi!
Thank you for the reply I was having the same problem.
One more thing,
since the given code says the background is black(background: black !important😉 how do I change it to the color I want? I put hex code but it didn't work.
How can I fix this, please?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025