Shopify themes, liquid, logos, and UX
Hi there,
I'm trying to format the homepage on the Dawn Theme and reformatted my slideshow HP images to be 1600 x 1050. It displays fine on the desktop but the image sizing does not modify for wide-screen. The image gets cut off when displayed for a wide screen.
Can someone please assist? Thanks,
Wide screen:
Desktop:
Solved! Go to the solution
This is an accepted solution.
In the theme editor, navigate to the section that contains the slideshow or carousel where the images are displayed on the homepage. This section might be named "Slideshow," "Hero," or something similar.
Look for any settings related to the image size or dimensions. The options might be labeled as "Image width," "Image height," or "Slide size." Adjust these settings to ensure that the images are displayed properly on wide screens.
If the theme editor does not provide specific options for adjusting image size or dimensions, you can try adding custom CSS code to override the default styling. To do this, locate the "Theme settings" menu in the theme editor and look for an option to add custom CSS. Enter the following CSS code to make the images responsive:
.slideshow__slide img {
max-width: 100%;
height: auto;
}
This is an accepted solution.
In the theme editor, navigate to the section that contains the slideshow or carousel where the images are displayed on the homepage. This section might be named "Slideshow," "Hero," or something similar.
Look for any settings related to the image size or dimensions. The options might be labeled as "Image width," "Image height," or "Slide size." Adjust these settings to ensure that the images are displayed properly on wide screens.
If the theme editor does not provide specific options for adjusting image size or dimensions, you can try adding custom CSS code to override the default styling. To do this, locate the "Theme settings" menu in the theme editor and look for an option to add custom CSS. Enter the following CSS code to make the images responsive:
.slideshow__slide img {
max-width: 100%;
height: auto;
}
Hi,
Once I reduce the size of the image, how do I centre the image then?
Thank you
Hi! How can I make this change does not affects mobile version? It cuts the picture below on the mobile version
hi thanks i have tried this method it did solve the problem but also created a new one.
it created a grey space under the image
Hello, I am using Dawn theme and facing a similar issue. I added a slideshow, but the images get cropped off on the top and bottom when viewed on different screen sizes. What should I do? Any help is appreciated. Thank you!
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