Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #26570

    johan l
    Participant

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

    #26910

    Kory
    Keymaster

    Hey 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!

    #27056

    johan l
    Participant

    Ok, good to know.

    Thank you

    #27472

    Kory
    Keymaster

    No problem, Johan. 🙂

    #29746

    Jon L
    Participant

    How do you make 5 columns like in integrity example 3 with the We do Brands logos?

    #29992

    Alexander
    Keymaster

    Hi Jon,

    You add five columns with Visual Composer. The only thing inside each column is a single image.

    #31733

    Jon L
    Participant

    Thank 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?

    #31812

    Support
    Member

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

    #268109

    Jonathan L
    Participant

    Thank you! Works great!

    Cheers,

    Jonathan

    #268156

    Paul R
    Moderator

    You’re welcome!

    #323316

    bizante
    Participant

    Hi

    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
    Sarah

    #323441

    Nico
    Moderator

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