Hi how do I edit the multicolumn section’s max image width?
Currently one of my images looks like this:
It’s supposed to be 467x500 but it’s not.
Hi how do I edit the multicolumn section’s max image width?
Currently one of my images looks like this:
It’s supposed to be 467x500 but it’s not.
It’s a little difficult to check as you didn’t provide the image’s detailed HTML code and style attributes. I hope you can share your store link so we can check it more easily.
However, please try going to the base.css, then scroll to the bottom and add the following:
** Use CSS selector to poke around HTML and edit style.
.parent_element_img {
Width: 460px;
height: 460px;
}
.parent_element_img img {
width: 100%; (change if you want the image to be smaller)
height: 100%;
transform: translate(x,y); (if the image is not in the correct position, add this line and change x, y )
}
For example:
.lia-message-body-content .lia-inline-image-display-wrapper .lia-message-image-wrapper {
Width: 460px;
height: 500px;
}
.lia-message-body-content .lia-inline-image-display-wrapper .lia-message-image-wrapper img {
width: 100%;
height: 100%;
}
I hope that it will work for you.
Hello @IamAnonymous ,
It’s GemPages support team and glad to support you today.
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team