-
AuthorPosts
-
March 26, 2014 at 4:08 am #26570
Hello,
I try to have a content band with 5 columns, we can have 4 or 6 but not 5.
There is a tips or fix or update to have 5 columns ?Thank you
wp 3.8.1
X 1.7.5
X – Shortcodes 2.0.8March 26, 2014 at 8:32 pm #26910Hey Johan,
Thanks for writing in! Regretfully, Visual Composer does not allow 1/5 columns due to some developmental nuances. If you are hand coding your pages, we absolutely support 1/5 columns, but if you’re using Visual Composer this will not work due to the restrictions of the plugin which we cannot modify.
Thanks!
March 27, 2014 at 5:41 am #27056Ok, good to know.
Thank you
March 28, 2014 at 2:25 pm #27472No problem, Johan. 🙂
April 4, 2014 at 12:40 am #29746How do you make 5 columns like in integrity example 3 with the We do Brands logos?
April 4, 2014 at 3:21 pm #29992Hi Jon,
You add five columns with Visual Composer. The only thing inside each column is a single image.
April 9, 2014 at 3:43 pm #31733Thank you for the reply, but you mention earlier in this thread that it is not possible to achieve in visual composer. Can you please clarify?
April 9, 2014 at 8:01 pm #31812Hi there!
I’m sorry about that. Yes, it is not possible within the visual composer but you can create it manually. Insert a Text element then add this on Text editor:
<div class="x-column vc one-fifth" style="">CONTENT HERE</div> <div class="x-column vc one-fifth" style="">CONTENT HERE</div> <div class="x-column vc one-fifth" style="">CONTENT HERE</div> <div class="x-column vc one-fifth" style="">CONTENT HERE</div> <div class="x-column vc one-fifth" style="">CONTENT HERE</div>
Then add this on Customizer > Custom > CSS:
.x-column.one-fifth { width: 16%; }
I hope that helps.
May 7, 2015 at 7:36 am #268109Thank you! Works great!
Cheers,
Jonathan
May 7, 2015 at 8:48 am #268156You’re welcome!
July 7, 2015 at 11:03 am #323316Hi
I’d also like to use 5 equal columns for 5 images, but I don’t follow how to implement the solution given above. When I put the <div> list into the text element they just render as text on the site. I have also tried shortcodes and can’t seem to get them to work either – clearly I am doing something wrong!
I have a one quarter/three quarters layout, and I’d like the five columns within the three quarters section.
Please can someone show me what I need to do?
Thanks
SarahJuly 7, 2015 at 1:02 pm #323441Hi Bizante,
Would you mind opening a new thread then share us your admin credential in a private message so we could take a closer look on your setup.
Thanks.
-
AuthorPosts