Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1289146

    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

    #1289603

    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

    #1289736

    cool. will try it out!

    #1289750

    Hi,

    Please let us know if you need additional help or if we should close?

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Column spacing applied to specific columns via CSS class?’ is closed to new replies.