How can I make 2 columns in a row s in visual composer back-end, programmatically. I have searched lot but unable to find any solution. Any help will be appreciated. Thanks in advance. please check the screenshot.
Asked
Active
Viewed 427 times
1 Answers
0
Not sure what have you tried. Following code may be help.
<?php echo do_shortcode( '[vc_row][vc_column width="1/2"][/vc_column][vc_column width="1/2"][/vc_column][/vc_row]' ) ?>

Nand Lal
- 682
- 1
- 11
- 25