Problem:
Provided by Shopware 6, out of the box cms blocks now have a default config of 20px margin around each block, which is messing up design choices quite often.
Solution
- Create a command to change these settings to remove all the already set margins from the database
- Create additional plugin (installable by this toolset) that normalizes the margin by removing them all.
Problem:
Provided by Shopware 6, out of the box cms blocks now have a default config of 20px margin around each block, which is messing up design choices quite often.
Solution