• Resolved vytaulla51

    (@vytaulla51)


    Hi:
    Thank you for this theme!

    I want to be able to remove the padding / spacing between columns for a particular layout and per this article:https://wordpress.com/support/wordpress-editor/blocks/columns-block/ I should be able to do that. But I don’t see any controls below Color > Text & Background. Below that is Advanced. No access to padding or margins that I can find. Is this something NOT available in this theme?

    I want to be able to have 3 columns with no spacing between that can be filled with color as addressed in this https://github.com/WordPress/gutenberg/issues/24874

    If it’s unavailable in Getwid Base is there CSS that could work?

    Thank you very much!

    The page I need help with: [log in to see the link]

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.