• I’m trying free Stackable version and looks like every single Column Block has 12px padding. That messed up the grid as every nested column pushes to the center by 12px.

    I know I can set column spacing to 0 for every column, but that’s just too much work.

    Am I missing something?

    • This topic was modified 4 years, 6 months ago by Kovas.
Viewing 1 replies (of 1 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Hello, you can add some CSS in your Customizer to adjust all the column paddings at once:

    :root {
        --stk-column-margin: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Stackable v3 column padding messes up the grid’ is closed to new replies.