Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1477192

    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

    #1477196

    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.
    Screen Shot 2025 02 16 at 8.08.57 AM

    Best regards,
    Mike

    #1477203

    Thank you, the code help a lot!
    For now I will leave it this way. Topic can be closed.

    Best regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enlarging background image within cell’ is closed to new replies.