Shopify themes, liquid, logos, and UX
Hi Folks,
Currently using Debut theme and its fine but wanting to change to the Dawn theme. Unfortunately the main product image is much bigger on Dawn and showing as blurry compared to the current Debut theme. Can someone please tell me which code needs added to reduce it and make it clear again like the debut theme 🙂
Regards,
J
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
I haven't got the Dawn theme published due to the above i am still on the Debut theme. I was wanting to fix this issue before i swapped it over?
Kind regards,
Jonathan
possible to share store preview url.
I don't know why people always ask for your link first
It's easy my friend
Video:
How to make your product images smaller in Shopify 2.0 Dawn theme
Firstly you can identify the problem:
The product image is too large
In this example you want to look for product__media in section-main-product.css
Then you simply want to change the .product:not(.product — no-media) .product__media-wrapper {
max-width: 64%;
width: calc(64% — 1rem / 2);
}
Change the percentage to whatever you want and you’re done
@HamishDavisonIC Thank you, That seems to change the size of all the photos in the product? Is it possible to only change the first main photo size? The debut theme is perfect for displaying the first one and remaining ones bigger 🙂
Do you have a specific example of what you mean? I'm not quite sure
when i reduce the size of the main image in the Dawn theme the other images in the product are reduced even further as they are already smaller than the main image to begin with?
This one was very helpful. Thank you!
I have one more problem with the product size. If there are less than 4 products in a row each product page, the products sizes are double. Do you know how to adjust this? Thanks in advance.
can you please check your collection page setting its allow this
Thanks for your response.
Are you talking about the Collection page from customizing DAWN theme?
There isn't any option to reduce the size. I used DEBUT before and it automatically resized.
Shouldn't I change the numbers from EDIT code?
yes you have cahnge numer
Do you know where to do it?
default collection theme customization
sorry, I don't understand it.
can you please sent your theme zip code i will check
Can you check this Section-collection-list.css? What number to change for when less than 3 products from the collection list? Thank in advance!!!
@media screen and (max-width: 749px) {
.collage-section + .collection-list-section .no-heading.no-mobile-link {
margin-top: -7rem;
}
.collage-section + .collection-list-section .no-heading:not(.no-mobile-link) {
margin-top: -1rem;
}
}
@media screen and (min-width: 749px) {
.collage-section + .collection-list-section .no-heading {
margin-top: -4rem;
}
}
.collection-list-title {
margin: 0;
}
@media screen and (max-width: 749px) {
.collection-list-wrapper.page-width {
padding: 0;
}
.collection-list:not(.slider) {
padding-left: 0;
padding-right: 0;
}
.collection-list-section .collection-list:not(.slider) {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media screen and (max-width: 749px) {
.collection-list-wrapper:not(.no-heading) .title-wrapper-with-link {
margin-top: -1rem;
}
}
@media screen and (min-width: 750px) {
.collection-list-wrapper.no-heading {
margin-top: 6rem;
}
}
.collection-list__item:only-child {
max-width: 100%;
width: 100%;
}
.collection-list__item .card--light-border:hover {
border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}
.collection-list__item:only-child .media {
height: 35rem;
}
@media screen and (max-width: 749px) {
.collection-list .collection-list__item {
width: calc(100% - 3rem);
}
.collection-list__item.grid__item {
padding-bottom: 1rem;
}
.slider.collection-list--1-items {
padding-bottom: 0;
}
}
.collection-list.negative-margin--small {
margin-bottom: -1rem;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
.slider.collection-list--1-items,
.slider.collection-list--2-items,
.slider.collection-list--3-items,
.slider.collection-list--4-items {
padding-bottom: 0;
}
}
@media screen and (min-width: 750px) {
.collection-list__item:only-child > *:not(.card--media) {
height: 320px;
}
.collection-list__item:only-child .media {
height: 47rem;
}
.collection-list__item a:hover {
box-shadow: none;
}
.collection-list.grid--3-col-tablet .grid__item {
max-width: 33.33%;
}
.collection-list--4-items .grid__item,
.collection-list--7-items .grid__item:nth-child(n + 4),
.collection-list--10-items .grid__item:nth-child(n + 7) {
width: 50%;
}
}
@media screen and (max-width: 989px) {
.collection-list.slider .collection-list__item {
max-width: 100%;
}
}
.collection-list__item .card__text,
.collection-list__item .card-colored {
position: relative;
}
Hey this was super helpful thank you so much. I was wondering if there is something that can be done about the amount of images displaying at a time as well? Currently the theme is displaying every single photo for the item and makes you scroll down through these images before the rest of the product description can be reached which of course isn't ideal.
store URL.
I've been trying to work on adding a thumbnail gallery for 4 days I can't work it out myself 😕
@NoaBo I just found out this is only on desktop, if you open it on mobile dawn has a very nice product slider.
80% of traffic is mobile (ish) it's not ideal but at least it works well on mobile
hello,
can you please advise how to re-centre the product area as resizing shifts it left.
Thank you
Hi,
I tackle the problem of large image in Dawn, also added more. Transform you Dawn Theme in Debut theme product page for free.
Enjoy this features.
Product slider working.
Zoom feature working.
Variant buttons connected to the large image and the product slider.
Resize your thumbnail images.
No more massive images in the product page.
Check the code here for free. No app needed.
Hello @made4Uo .
I would like my images in Dawn theme to look like they where in debut theme before with the Zoom function and not huge and blurry like they are in Dawn. I do not require the slider function can i just copy some of the code then? or is it best to copy everything across even if slider isn't required. Will your code solve this and make them look more like they where in Debut previously?
Thanks
@J55ni it would be hard to separate the slider since I have those connected in the radio buttons / variant buttons. It will show an error if you delete them. Regarding the pictures, it really depends on your image size
@made4Uo the images are totally fine in the debut theme but on the dawn theme they are blury unfortunately. Would adding your code make them appear the same as debut theme?
I am not sure. You can also adjust the src-set of the image actually. The Dawn theme has this src-set so it pulls out an specific size of an image that corresponds to your screen size. You can adjust those instead
could you kindly tell me what code to adjust for this please?
On debut my images are clear and fine but on dawn they are blurry 😞
@J55ni are you able to try to add the code? Let me know if you have problems then we can adjust your image
thanks!
Great help, thanks!
Yes, worked as it should
@HamishDavisonIC - The solution you provided is great but is there a solution whereby we can reduce the size of secondary images and let the product image remain the way it is?
this is not working for me? the image sizes are not changing
oh sorry for that issue can you please send store url
poetstreetboutique.com
I am pretty happy with the home page sizing and the collection pages. It is just when you click on an individual product. also my thumbnails are different sizes. you can look at the most new arrival, it is a set of rings to see. they are off on desktop and mobile
also, the sizing right now is from me trying the tips I found on here previously
if you have any issue please provide issue images
I believe you are describing same issue I'm having here: https://community.shopify.com/c/shopify-design/blurry-product-images-in-dawn-theme/m-p/1312951#M3424...
I dont have an answer yet either. My product images are generated by Prihtful, 1000x1000 is the only size they can produce. So I assume this will be an issue for a lot of people.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024