The Grid Module Block is suitable for displaying the post of your site in the vertical layout with featured image, title, and post meta.

Once you have selected the Block, you will get two options, i.e., Settings and Advanced. These tabs are to make changes to your block design. Let’s explore one by one below:
Block Settings #
The settings section mainly consists of two options, as listed below:
Query #
In this section, you can choose and assign a specific Category to be displayed on the Block.

Heading #
The Heading option allows you to add the Label of the heading for the Block.

Block Advanced #
The Advanced sections consist of two customization options for the Block.
Advanced #
Inside the Advanced > Block Margin section, you will have the option to add the Block Margin values to all four sides of the block.
According to the site requirement, you can assign a specific margin value to the block along with units like px, em, %, and rem. Moreover, you can set the value of the different margins for various devices (Desktop, Tablet, and Mobile)

CSS #
It allows you to add a CSS class to your block, letting you write custom CSS to style this particular block.
For example, if you want to change the post title color of the Grid Module block only, you can add a class such as grid-module-title to the Additional CSS Class field. After that, visit your CSS editor and write a style for the class as below:
h3.grid-module-title a{
color: #f31315;
}
Upon adding the code, it will make the changes only to this particular block and not other blocks.
