Shopify themes, liquid, logos, and UX
I have the Dawn theme for my store. I have a banner up. It shows fine on the desktop but on mobile the sides of the banner are cut off. How do i fix this so that mobile shows the full banner?
Solved! Go to the solution
This is an accepted solution.
Please go to your Online store > Themes > Edit code > open base.css file, and add this code at the bottom.
@media (max-width: 767px) {
.banner__media {
height: fit-content !important;
}
.banner__media img {
position: relative !important;
object-fit: contain !important;
object-position: center center !important;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hey @PatriceDianakay
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hi, @PatriceDianakay.
You can follow these steps:
Go to Online Store -> Themes -> Edit code.
Go to Assets folder -> Base.css file.
Add the following code at the bottom of the file.
@media (min-width: 320px) and (max-width: 767px) {
.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media {
height: 19rem;
}
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution.
Still cut off when i do it. Not sure what I'm doing wrong
add !important tag in the code .
Like These and and let me know it's working and not.
@media (min-width: 320px) and (max-width: 767px) {
.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media {
height: 19rem !important;
}
}
Your store link please
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Please go to your Online store > Themes > Edit code > open base.css file, and add this code at the bottom.
@media (max-width: 767px) {
.banner__media {
height: fit-content !important;
}
.banner__media img {
position: relative !important;
object-fit: contain !important;
object-position: center center !important;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Thank you!!! You are a life saver!
Happy I could help!
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Please go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom
@media (max-width: 767px) {
.banner__media {
height: fit-content !important;
}
.banner__media img {
position: relative !important;
object-fit: contain !important;
object-position: center center !important;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
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