Our blocks offer a range of customizable features, organized into Content, Style, and Advanced tabs. The Advanced tab provides comprehensive control over the block’s overall settings and behavior.
Spacing #
- Padding:
Enter a value to set the space around the block within its layout. - Margin: Enter a value to set the space around the block to set the gap between another block.
Border #
- Border:
– Choose a border style
– set the Border Width
– Border color(First color for normal & second for Hover) - Border Radius:
This is used to create rounded corners of the block
Box Shadow #
Enhance your blocks with visually appealing box shadows. Customize the color, horizontal and vertical offset, blur radius, and spread to create the perfect shadow effect.
Background #
Enhance your block’s appearance with a solid background color or image background or a visually striking gradient effect.
Mask #
Add a unique and modern touch to your block layout with clip masks. Choose from a variety of shapes, including blobs, circles, hexagons, sketches, and triangles, to create visually interesting effects.
Z-index #
Using the z-index property. Adjust the value to position elements in front of or behind others.
Position #
Precisely control the positioning of your blocks using relative, absolute, fixed, or sticky positioning. Adjust top, bottom, right, and left offsets to achieve your desired layout.
Overflow #
Overflow is a CSS property that determines how content is displayed when it exceeds the boundaries of its container. The available options in the dropdown menu are:
- Auto: The browser will automatically determine the appropriate behavior based on the content and container size.
- Visible: The content will be visible, even if it overflows the container’s boundaries.
- Hidden: The content that overflows the container’s boundaries will be hidden.
- Scroll: Scrollbars will appear on the container, allowing users to scroll through the overflowing content.
Responsive #
Our responsive design allows you to control the visibility of blocks on different devices. Easily show or hide specific blocks on desktop, tablet,
Custom Attributes #
Enhance your customization options by assigning custom IDs or classes to elements. This allows you to easily target and style specific elements using CSS.