All Bloc sections have a horizontal padding value of 50px, down the left and right side. This padding helps to frame the content within a Bloc ensuring it doesn’t get too close to the edge of the screen. However, there are times when you may want to have the content within a Bloc run all the way to the edge of the screen, the Blocs Width setting lets you achieve this effect.
Removing Horizontal Padding
To Remove horizontal padding from a Bloc, simply locate the Bloc layer in the sidebar layer tree and select it. From the sidebar inspector options, navigate to the drop down button labelled Width. By default, this dropdown will be set to Normal. Left Click this dropdown and select the item labelled Edge to Edge. Doing this will remove the padding from the left and right of the Bloc forcing the content of the Bloc to touch the horizontal edges of the screen.