Site logo

Archived topic

problem with sizes on larger screens

3 replies · Started by maiyet on September 27, 2019

Viewing posts 1–4 of 4

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

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.

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

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

This archived topic is closed to new replies.