Hi @andre1990
Thanks for reaching us out, I hope you are doing great.
Kindly note that the issues you specified are not related to our CoBlocks plugin, but to the Gutenberg page editor.
Regardless, I will make sure to help you out with your problems:
1) I cannot delete the 3rd column. I thought I needed 3, but I only needed two. Is there a way of doing this without having to re-do everything?
Answer 1: Unfortunately there is no option to delete a column from the column block. The best way would be recreation of a column block using 2 column layout as seen here:
Screenshot: https://i.imgur.com/cUYSDQy.png
Alternatively, you may use this CSS code in your Customizer to hide the column:
.wp-block-column:nth-child(2) {
display: none;
}
You should replace the number to match the column that you want to hide, however this is just a temporary fix and if you have other column blocks then they would be affected as well unless the CSS selector is modified.
2) How can I ‘auto-width’ the columns so that they distribute evenly across the width? Currently, I’m doing it by eye which isn’t 100% accurate
Answer 2: The simple fix to this issue is clicking the Reset button in the column settings tab as seen here:
Screenshot: https://i.imgur.com/L7Gx4hn.png
Your columns would then even up and populate the space available.
3) How can I middle align the texts in columns 1 and 2. I clicked middle align but, as you can see, column 1 is still higher than column 2.
Answer 3: You can do this by selecting the Vertically Align Middle setting as seen below:
Screenshot: https://i.imgur.com/7edbyfD.png
It is important that the column block is selected rather than a paragraph or any other element. In case this does not work for you, this might be a Gutenberg bug.
Once again, note that we don’t maintain Gutenberg, but only CoBlocks that extends it.
Either way, I hope my suggestions will help you out.
Have a nice day,
Andrija