Viewing 1 replies (of 1 total)
  • Hi @luke1232112321

    Column padding and margins are typically controlled by your WordPress theme’s CSS. You can use a CSS rule like:

    .my-column {
    padding: 10px;
    }

    Similarly, to adjust the margin, you can use:

    .my-column {
    margin: 10px;
    }

    Please replace .my-column with your actual CSS class. You can inspect it by pressing CTRL+SHIFT+I if it doesn’t work.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove padding from columns’ is closed to new replies.