unable to use more than 4 columns of WP bakery visual composer …

Posted in: Newspaper
Post count: 4

Hey there,

I am trying to to use 5 columns via visual composer but
some thing from theme or plugin just overrides everything.

As a result I get just 1 column ..

SO please help

Post count: 35449

Hi,

If you are using the WPBackery and you have the tagDiv Composer activate, the code from this will overwrite these from WPBakery, usually we recommend to use tagDiv Composer, but if you want I can try to provide to use a code that can fix this problem on that page, just provide me a link where I can inspect this problem.

Thank you for your understanding!

Post count: 4

Hi Calin,

Thanks for the prompt reply

http://devnew.thefunkyturtle.com/koh-tao/

is the one I am trying to have 5 columns

as you can see it ends up as 1 column

  • This reply was modified 6 years by stemcpt.
Post count: 35449

Hi,

You can try this custom css https://www.screencast.com/t/kJexaYeWBi
.page-id-201 .tdc-content-wrap .tdc-row:first-child .vc_row .vc_column_container {
width: 20%;
display: inline-block;
}
.page-id-201 .tdc-content-wrap .tdc-row:first-child .vc_row .vc_column_container .custom-block {
margin-right: 5px;
margin-left: 5px;
}

But notice that this code will apply only on this page and for the format that it have now ( the 5 columns to be set first ).

Hope this will help you!
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.