All things Shopify and commerce
Hoping someone can help - I’m using the Dawn Shopify theme and on the mobile version is causing some issues with picture size on the homepage - http://29and11.com. I have two !text with image’ containers and each one has a square picture on the desktop version. But in the mobile view, each one appears to be cut in half. Can anyone help with this?
Thank you!!
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
Navigate to Online Store -> Themes -> Edit code.
Search for the file named base.css.
Scroll to the bottom of the file and paste the provided code.
@media(max-width:600px){
.image-with-text__content{
padding-top: 0 !important;
}
.image-with-text__text-item.grid__item{
margin-top: -40px !important;
}
}
This is an accepted solution.
That worked perfectly - thank you so much for working through this with me!!!
Hello @hnaegele,
If you want to ensure that the picture is not cut on mobile, follow these steps:
Navigate to Online Store -> Themes -> Customize.
Go to the "Image with Text" section.
Set the image height to adapt to the image.
That worked perfectly - thank you so much! One other question if I may, around the pictures in both of the containers on the mobile view is really large. I've got it set to 0 for the top and bottom padding in the customize theme section, but is there anything I can do to make them smaller and closer to the text? Thank you!!!
Follow these steps:
Navigate to Online Store -> Themes -> Edit code.
Search for the file named base.css.
Scroll to the bottom of the file and paste the provided code."
@media(max-width:600px){
.image-with-text__content{
padding-top: 0 !important;
}
}
That's definitely getting there. But is there anyway to make the spacing between the pictures and the text "What we do' and 'Who we are' even less? I'd like it to mirror the gap between the title "What we do" and the text that starts 29 AND11 was created to fill...
Thank you!!!
This is an accepted solution.
Follow these steps:
Navigate to Online Store -> Themes -> Edit code.
Search for the file named base.css.
Scroll to the bottom of the file and paste the provided code.
@media(max-width:600px){
.image-with-text__content{
padding-top: 0 !important;
}
.image-with-text__text-item.grid__item{
margin-top: -40px !important;
}
}
This is an accepted solution.
That worked perfectly - thank you so much for working through this with me!!!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024