The Plus Addons for Gutenberg plugin's support have updated the JS on our test page hidden link and it works fine now. But we have still following problems e.g. on our page hidden link:
Several styles are missing inside the Toolbox View blocks; e.g. block spacing and padding. The PREVIEW looks fine but on the LIVE page, there are styles missing (please see screenshots). The blocks used are NOT The Plus Addons for Gutenberg blocks.
Hi,
If I understand correctly, you're referring to the view block named "Anbieter Große Unternehmen".
I see there are a number of blocks in the loop, like the "Columns", "Single Field", "Image", and "Buttons" etc. However, I don't see any padding or margin applied to these blocks.
To get the desired spacing and format, you can adjust the padding, margins, and vertical and horizontal alignment options. And if any particular option doesn't work, let me know about it.
regards,
Waqar
padding/margin and block distance options are set on the group block (parent of toolbox view block) and the columns and column blocks. If this is not working properly, should we set these options on the image, single field and buttons blocks instead? ot are there other toolbox blocks we should use instead?
The group block is the parent block under which the view block is nested. So, to control the spacing between the elements of the view, applying styles to the group block won't work.
For example, to make the content in the view's columns, look more spaced apart (vertically), you can add some right/left padding to the individual 'column' blocks.
Next, to further control the position/placement of the contents of those columns, you can fine-tune the margin, padding and alignment styles for the individual blocks in those columns.