[Support request] problem with sizes on larger screens

Home Forums Support [Support request] problem with sizes on larger screens

Home Forums Support problem with sizes on larger screens

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1020376
    maiyet

    Hello, I have problems with a section of my website that is covered differently on large screens. I think it could be some theme error can you help me?

    it is in the part of the home where the products appear in a pile of images

    #1020410
    David
    Staff
    Customer Support

    Hi there,

    the page is built with Elementor – which the Theme has no control of. The problem i see is those images are not wide enough to fill the columns on the larger screens.

    #1021188
    maiyet

    Thanks, will there be some code that can help me to show the images as I want?

    #1021202
    David
    Staff
    Customer Support

    Can you not increase the sizes of the images in Elementor?

    If not you can try this CSS:

    .full-width-images .elementor-widget-image .elementor-image>a, .full-width-images .elementor-widget-image .elementor-image img {
        width: 100%;
    }

    Then edit the Section that contains the images and give it a CSS Class of: full-width-images

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.