Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #418931

    Hello,
    01
    I want to make subtitles in fullscreen slider without line break. Line break only in the caption text, the caption title without line break.

    02
    Another doubt. What is the ideal format so do not act cuts the image in fullscreen slider? I am using 1895 x 843, but always cut a little on the sides. There is an ideal format?

    LINK
    http://quintadaslagoas.com.br/20152/?page_id=329#socket

    #419742

    Hey mleite1!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .slideshow_caption {
      width: 100%;
    }
    
    .avia-caption-content {
      width: 42%;
      right: 0;
      position: absolute;
    }

    The image size is quite enough but since the background or image size is set to cover, expect to have parts of the images get cut off. It will scale the image to be as large as possible so that the background area is completely covered, making it fully responsive with a few compromises. Setting the background size to 100% will distort the images to an ugly proportion.

    Regards,
    Ismael

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