Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there!

    First of all, I would like to inform you that the “Dimensions” option is available in block-based themes only. Our Getwid Base theme is not one of them. So you may need to add some custom CSS to remove spacing between columns. Here’s an example:

    .wp-block-column:not(:last-child), .wp-block-column:not(:first-child){
    margin-right: 0;
    margin-left: 0;
    }
    Thread Starter vytaulla51

    (@vytaulla51)

    Hi:
    Thank you for responding.

    I was under the impression Getwid Base was block-based. What is the distinction? And does MotoPress offer a block-based theme?

    Hello there!

    A block theme is a WordPress theme with templates entirely composed of blocks so that in addition to the post content of the different post types (pages, posts, …), the block editor can also be used to edit all areas of the site: headers, footers, sidebars, etc. At this moment we don’t have any fully block-based theme, unfortunately.

    Thread Starter vytaulla51

    (@vytaulla51)

    Thanks for the reply.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove padding between columns’ is closed to new replies.