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"...
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
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
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