Hi,
how can I set an image with the full space of the container?
I know how to do it such us background, but I need to use the component image because I want to use the css3 effects. Is it possible?
Hi albertoty!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #after_section_2 .container, .home #av_section_4 .container {
max-width: 100%;
padding: 0;
}
Regards,
Yigit
Hi Yigit, thanks for answer
what I would like to do is to adapt the image to the container where it is, not to the full size of the page, only to use the full space of the container. Is it possible?
Hi!
Unfortunately, that is not possible when using the column element. Try to use the grid row element instead of the columns. You can set the image as the cell background or use the image element.
Cheers!
Ismael
Hi,
I knew that, but I can’t use effects CSS3 effects in that case… and that was the idea :S
thanks anyway
Hey!
you mean you want to style images used in grid row element with CSS code? I think this could be possible. Can you provide us a link showing your images in grid row element? because then we can inspect the elements and provide you some CSS code. Please show us using screenshots the changes you want to have and use imgur.com or dropbox.
Cheers!
Andy