Banner Posts is a useful block provided by Magazine Block. The Block is suitable if you are looking to have your posts displayed in a banner form as below:

Once you insert 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 a single options as listed below:
Query #
In this section, you can choose and assign a specific Category to be displayed on the Block.

Block Advanced #
The Advanced section consists 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 Banner Posts block only, you can add a class such as banner-posts-title to the Additional CSS Class field. After that visit your CSS editor and write a style for the class as below:
h3.banner-posts-title a{
color: #f31315;
}
Upon adding the code, it will make the changes only to this particular block and not other blocks.
