The row uses a 12 column layout. The column width needs to go into 12 evenly. So you cant break the full row into 7 equal columns.
But with some css magic you can…
In the column layout, click on custom and add this:
1/12 + 1/12 + 1/12 + 1/12 + 1/12 + 1/12 + 1/12
That will add 7 1/12″ sized columns. Then go into the row settings and add an Extra class name called seven-columns. Save that and then click on the gear icon in vc (upper right) and add this css.
COPY CODE
.seven-column {
width: 100%;
}
.seven-column .vc_col-sm-1 {
width: 14%;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com