Dear Enfold team,
I’ve found several ways to change the column spacing in this discussion: https://kriesi.at/support/topic/column-spacing
But how do I apply the column spacing to specific columns by using a custom CSS class? I want to decrease the spacing for some specific columns (4 colums next to each other). Do I apply the custom css class to all columns, or just to the color-section I placed them in?
best,
Peter
Hi Peter,
Simply add the custom class to the element options, then adjust it with CSS like this:
.custom-class {
width: 40%;
background: red;
}
If you want the CSS to apply to all columns, then it needs to be added to all of them.
Best regards,
Rikard
cool. will try it out!
Hi,
Please let us know if you need additional help or if we should close?
Best regards,
Jordan Shannon