Anybody know how I can do it ?
THX
Anybody know how I can do it ?
THX
Worked like a charm. I can now easily add a 5 column layout.
I take it back. It works in the backend, but the front end is messed up. I’m using the7 theme.
Bummer.
After some time, found a simple solution:
jaclerigo saidAfter some time, found a simple solution:
- Edit Row Layout
- Custom
- 1/12 + 2/12 + 2/12 + 2/12 + 2/12 + 2/12 + 1/12
Leave the first and last empty, and you have 5 column layout.
This works perfectly - I tried both the previous methods I found including the plugin, but neither worked.
Thanks for sharing
That’s great, works well…
This is the best solution of all, however you need to include some media queries as with this approach it breaks on tablet and phone.
@media only screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 { float: left; width: 18.8%; padding: 0; margin-right: 1.5%; min-height: 0; }
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}
This worked for me - follow these instructions https://artbees.net/themes/docs/five-columns/37
but use WhaleAgency’s css:
@media only screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 { float: left; width: 18.8%; padding: 0; margin-right: 1.5%; min-height: 0; }
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}
Worked like a charm
It Worked for me. Thanks a lot
1/6 + 1/6 + 1/6 + 1/6 + 1/6
Hi,
you have any idea how to create 7 column row layout in visual composer?
thanks
Hi,
I just found a solution to create 7 columns.
If you don’t care about the columns being aligned left, you can type:
in Edit Row layout -> Custom.
If you want the columns to be aligned center (like I did), I found this solution:
Hope it helps!
Awesome, thanks!
1/12 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/12
copy and paste
Great! That code above works for me. (1/12 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/12)
So the @Media method just does not work at all.
The other CUSTOM Row methods so not go edge to edge of the main layout. How is it so hard to have 5 columns? Is this a WP Bakery limitation?
Nowadays all are dependent on the business. So most of the people they do it and try to find new. I read the quiestion it was great for all. I have the best suggestion for all people. All people they get all the things from here.
Asus router support
Best solution!