Hi,
I use a RTL CSS, how to fix the Row stretch position?
tnx
-
This topic was modified 10 years by
zawayavision.
ppsmaroc.com/temp
Sorry,
when i set “Row stretch” in visual composer, the row didn’t get full width?
is there any update for visual composer?
tnx
Hello,
in order to have the visual composer element full width, you need to remove any background color or image as the website will become boxed if you do so. i see you already solved the problem with it though.
As for an update, we will update visual composer in our next theme version.
Thank you!
ppsmaroc.com/temp
Hi again,
i follow all steps documentation to get full width row.
My problem is that use a rtl css style for the theme, and when row is default every-things is ok.
But when is set the stretch row option = it’s taking full width but not centered in page (move to left) as seen :
with css inspector i make a change for value “left” and it’s correct the bug, as seen :
But the location of the css file is unknown, so were i can find the css file or how to fixe it?
tnx man
-
This reply was modified 10 years by
zawayavision.
Hello,
If you can correct the issue fro your browser inspector then 80% of the problem is solved, You simply have to add the code in the theme panel – custom css box. You can use a chrome extension called live css editor and you can create your css code directly inside it and see it applied live. Then you simply copy over the code in the theme panel.
I hope this helps.
Thank you!
Hi,
tnx for your response, but i like add a custom css live in the source file to assume a perfect results.
Anyway i do some search in net about “element.style” with unknown location, and wat i can understand is that CSS is inline
so i think that the css for this element is generated by “visual composer (java-script)” or “vc-templates/vc_row.php”.
wat i wold like exactly to know is : Wat’s file is responsible to generate or control the css of “row in visual composer”?
tnx man
Hello,
In visual composer you can assign an extra class to the row and simply target that in css. If you want to add the code directly in the visual composer css you need to edit this file: http://screencast.com/t/rKItfYNrt
Thank you!