Hi,
I’m working on a new project and would like to enlarge the image of the two women in yellow to fill the right cell.
How can I achieve this?
LInk
Best regards
Hey northorie,
The image is in a 1/3 column and the image width fills it, I assume that you want it taller without stretching it.
So try changing your columns to a larger size, or this css:
@media only screen and (min-width: 1024px) {
.responsive .home #av_section_1 .container {
max-width: 100%;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Thank you, the code help a lot!
For now I will leave it this way. Topic can be closed.
Best regards