Control the visual look and feel of your pages using the settings available when you select Sections, Rows, Columns, or individual Elements.
- Spacing (
Margins
&Padding
-CRUCIAL
): Found in theAdvanced
tab of the Settings Sidebar for most items.Padding
: Space inside the border of an element/container (pushes content inward).Margin
: Space outside the border of an element/container (pushes other elements away).- Control: Set values (in
px
- pixels, or%
- percentage) forTop
,Bottom
,Left
,Right
. Adjust separately for Desktop and Mobile views using the device icons next to the settings. Proper spacing is key to a clean, professional layout.
- Typography (Fonts):
- Page Defaults: Set default fonts and sizes for headlines and paragraphs for the entire page via
Builder Settings
→Typography
. - Element Overrides: Select a specific text element (
Headline
,Paragraph
,Button
) → UseStyle
options in the sidebar to override defaults: changeFont Family
,Font Size
(adjust for Mobile!),Font Weight
(boldness),Color
,Text Alignment
,Letter Spacing
,Line Height
.
- Page Defaults: Set default fonts and sizes for headlines and paragraphs for the entire page via
- Backgrounds: Apply to
Sections
,Rows
, orColumns
.- Options: Solid
Color
,Gradient
(linear/radial),Image
(upload/select, set position, parallax effect),Video
(subtle background video loop - requiresImage Fallback
for unsupported devices andOverlay Color
for text readability).
- Options: Solid
- Borders & Corner Radius: Apply to Sections, Rows, Columns, Images, Buttons, etc.
Borders
: ChooseStyle
(Solid, Dashed, Dotted),Color
,Thickness
(px
), whichSides
(All, Top, Bottom, etc.).Corner Radius
: Set value (px
) to create rounded corners. Higher value = more rounded.
- Effects (Use Sparingly): Found in the
Advanced
tab.Shadow
: AddBox Shadow
(to containers/images/buttons) orText Shadow
. Configure color, blur, offset, spread.Hover Effects
: Define how elements change appearance when the mouse hovers over them (e.g., button color change, image zoom).Animations
: Add subtle entrance animations (Fade In, Slide In), hover animations, or looping effects. Use sparingly to avoid distracting visitors.
- Custom
CSS
: For advanced users needing precise control beyond the visual tools.- Page-Specific: Add
CSS
rules inBuilder Settings
→Custom CSS
. - Element-Specific: Assign a unique
Custom Class
name to an element (Advanced
tab →Custom Class
). Then, addCSS
rules targeting that class in the page'sCustom CSS
area.
- Page-Specific: Add