Hi everyone!
I think my product information sits to the right too much on desktop screen, to me it looks really close to the edge compared to the space between the product images and product information. Does anyone know how to resolve this for desktop mode? I’m using prestige theme.
Many thanks,
Emily
My website –
Prestige theme demo store (more spacing) –
1 Like
Hello @emilyaugstudios
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (min-width: 750px) {
.product {
--product-gap: 1rem !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
Hi, thank you for the help but that’s not the look I’m going for. I still want spacing between the images and product information.
Thanks anyway!
1 Like
@media screen and (min-width: 750px) {
.product {
--product-gap: 3rem !important;
}
}
Can you try this code @emilyaugstudios
1 Like
Glad to help you. Have a good day @emilyaugstudios .