Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello!
I am having an issue with "image with text" section. The picture on mobile screen is cropped from top and bottom.
It works perfectly fine in the desktop.
I have seen similar questions here, but their solutions did not help me.
Can anyone please assist?
Here's the store: https://www.myclipped.com
Password: nahffe
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px){
#shopify-section-feature-row-0 .feature-row__image-crop--none .feature-row__image {
height: 370px !important;
}
}
Hope this works.
Thanks!
This is an accepted solution.
sorry for this issue please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.feature-row__image-crop--none .feature-row__image {
height: 350px;
}
}
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.template-index .feature-row__image-crop--none .feature-row__image {
height: 350px !important;
}
}
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of th
@media only screen and (max-width: 749px){
.template-index .feature-row__image-crop--none .feature-row__image {
height: 450px !important;
}
}
This is an accepted solution.
thanks for update
@media only screen and (max-width: 749px) {
.image-bar--small .image-bar__content {
height: 330px;
}
}
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste the below code at the bottom of the file.
@media screen and (max-width: 769px){
#shopify-section-gallery .image-bar.image-bar--gallery .image-bar__content.image-bar__overlay{
height: 500px !important;
}
}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px){
#shopify-section-feature-row-0 .feature-row__image-crop--none .feature-row__image {
height: 370px !important;
}
}
Hope this works.
Thanks!
This is an accepted solution.
sorry for this issue please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.feature-row__image-crop--none .feature-row__image {
height: 350px;
}
}
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.template-index .feature-row__image-crop--none .feature-row__image {
height: 350px !important;
}
}
Hi! Yes, it worked for the first section of the "image with text". Thank you very much!
The other section are not affected, maybe you can tell if there's a way how to apply this all sections of this kind?
Thanks a lot!
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of th
@media only screen and (max-width: 749px){
.template-index .feature-row__image-crop--none .feature-row__image {
height: 450px !important;
}
}
Thank you very much! I understood the math behind the "image with text" section.
Can I use the same for the "Gallery"? Because the pictures there are also cropped:(
This is an accepted solution.
thanks for update
@media only screen and (max-width: 749px) {
.image-bar--small .image-bar__content {
height: 330px;
}
}
This is an accepted solution.
hello @EugeneLand
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste the below code at the bottom of the file.
@media screen and (max-width: 769px){
#shopify-section-gallery .image-bar.image-bar--gallery .image-bar__content.image-bar__overlay{
height: 500px !important;
}
}
Thank you very much, Natztech!
Everything works great!
If you could tell me how to do the same thing for the featured slider on the home page, so that it doesn't crop pictures in mobile mode?
yes please share issue image so i will check and give you proper code
Hi,
My Featured Slider Image is cropped therefore the words cannot display correctly. How do I solve this?
https://lili-and-amber.myshopify.com/
Password: awdree
Theme Narrative
User | RANK |
---|---|
207 | |
109 | |
86 | |
56 | |
50 |