Okay
  Public Ticket #915591
stretch row and content dosn't work
Closed

Comments

  •  2
    Joschi started the conversation

    Hi!

    I have a problem when I change the row setting from "row" to "stretch row".  In fact the stretch row remain in grid as a normal row instead of appear fullwidth.

    For exemple I put in a Soho "normal image slider" with Visual Composer, all works but I can't make it fullwidth with "stretch row" or "stretch row and content"...

    What can I do?

    Thank you and best regards!

    Joschi

  •  1,822
    Support replied

    Hello Joschi

    Please send us the url of the page where you are trying to insert the stretched row (with the image slider) and if possible wp admin credentials

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Joschi replied privately
  •  1,822
    Support replied

    Hello,

    the container is indeed restricting the width of the row - for design considerations.

    There is a simple workaround for this:

    assign the vc row an id in row's options

    then add this CSS to theme options -> styling options -> custom css:

    div#row-the-team .container {
        width: 100% !important;
    }

    where 'row-the-team' is the id

    Thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy