ds_48
1
heelo,
i have a problem because the size is much bigger. in the home page before the section nouveautes.
i want it the size like in the first photo (483.4 x 340). in left side, but in reality the size right now it’s (876.8 x 876.8).
link : https://cpxy57tjvylcd0z4-80881811798.shopifypreview.com
thenkyou


1 Like
- Here is the solution for you @ds_48
- Please follow these steps:
- Then find the ap-theme.css ,base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
.features--image-zoom .image-zoom img {
width: 438px !important;
height: 340px !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
ds_48
3
hello,
it’s works but how can i put the text inside the box? because right now the text is bigger than the box.
also, what is the code for the right section? i want it in the size 438.4x680.
thankyou so much