Hi there
I am trying to make a homepage
and need the rows columns to be the same height
i cant seem to get this to work with your integration of visual composer
I have tried for a few hours to get the rows columns but the
https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=18907146
see image
http://postimg.org/image/r5crb3lm3/
method is not working.
also we wanted to decrease the gap between columns and we cant do that either
as the vc is not working? we wanted a smaller gap. (above image in pink)
Have you changed the visual composer to work with the theme?
thanks for your help
Bo
Hello,
Visual composer was adapted to work with our theme, Yes. That is why we provide it and recommend using only the version we provide.
If you want to decrease the padding between elements, you can use the browser inspector and remove them with css as there is no setting for this.
Thank you!
Hi,
I’m going to copy a message that I posted in the newspaper but in themeforest, I hope it helps:
Cheers
Thank you very much for your reply. As a follower of this topic, I would like to implement it with all my clients. Perhaps we can place the option to disable the tagdiv constructor without disabling the “theme panel”
In any case, I will place an answer that helped me. What I did was give characteristics to the rows in Tagdiv, check on the page where I created the div tag but in text editor mode, in html mode not in visual mode.
When I checked the code that I added for these characteristics I copied it.
Then I go to WP Bakery, I place the page that is already created with WP bakery backend in classic mode. Then in html mode, and to the row I add the codes that tagDiv threw me.
The ones I’ve got:
For full row (Remove padding and margin that is automatically placed with WPBakery in rows), within [vc_row] write the following [vc_row full_width = “stretch_row_content_no_space td-stretch-content”]
To align the elements below a row within [vc_row] add content_align_vertical = “content-vert-bottom”. In case you want a full width row with all the elements aligned below it would look like this: [vc_row full_width = “stretch_row_content_no_space td-stretch-content” content_align_vertical = “content-vert-bottom”]
To TagDiv, thank you for your theme, I would love you to take this into consideration … To the community, any questions write to me here and I will try to support you