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.
User | RANK |
---|---|
227 | |
167 | |
66 | |
53 | |
53 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023