Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #474173

    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?

    #474176

    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

    #474199

    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?

    #474640

    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

    #474763

    Hi,

    I knew that, but I can’t use effects CSS3 effects in that case… and that was the idea :S

    thanks anyway

    #475789

    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

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