Tutorials

Row Shape Overlays

Table of Contents

ROW SHAPE OVERLAYS

OVERVIEW

You can add and customize shape layers on rows. By default, rows can be assigned up to two shape layers, which by default are anchored to the top and bottom boundary of rows, so you can start with a top shape or bottom shape, as shown in this screenshot.

Shape settings appear below the Border section on the row’s Style tab.

HOW TO ACCESS ROW EDGE SHAPES

  • Open a row for editing
  • On the STYLE tab, scroll down to the shape sections, following the BORDER section

courses05c_002

The choices you have for top and bottom shapes are: Slanted Edge, Waves, Midpoint, Triangle, Circle, Concave, Spots, Topography, and Rectangle:

courses05c_003

After you pick a shape (described in the next section), you can make the following customizations:
    • Width
    • Height
    • Y offset (vertical position)
    • Alignment within the row (top left, center, etc.)
    • Color or gradient fill
    • Orientation (flipped horizontally or vertically)
    • Skew X (horizontally)
    • Skew Y (vertically)
    • Scale horizontally
    • Rotate on a 360-degree axis
    • Clip the shape container to the row boundary

Enable this setting if the shape spreads out beyond the row boundary and you want to contain it.

The effect of these settings is that you can move the top and bottom shapes almost anywhere in the row and skew and modify the shapes.

The following sections show examples of each type of shape.

WarningBe sure to test on various devices and in various browsers to make sure your shape settings work for all.

SHAPE CHOICE

SLANTED EDGE

When you select Slanted Shape, another option will appear for Top (or Bottom) Shape Style

Use the Size, Align, Color Fill/Gradient Fill, and Transform settings to make adjustments to the edges of the row.

courses05c_004

In the following screenshot, the slanted edge is applied to both the top and bottom edges. The background photo also has a background color overlay with a gradient:

courses05c_005

image2008TIP: To make the shape look clipped, select the same color for the edge as the content background color on your page. If you select a different color from the content background, you’ll see a rectangular row or column with the shape overlaid on it. For example, in the Slanted Edge example in the next section, the first screenshot shows an example in which the shape color matches the content background (white), while the second screenshot shows an example in which the entire shape is visible because the shape color is different from the background.

image2008Tip: Some users have reported seeing a thin horizontal line at the row border when they use a slanted edge. Adjusting the Y offset setting by 1 pixel should solve the issue.

Here’s an example of a slanted top edge used with a rotation and skew, combined with a slanted bottom edge with default settings:

courses05c_006

WAVES

Here’s an example of a white top wave:

courses05c_007

Here’s another example of a top wave in a navy color with reduced opacity, skewed and rotated both horizontally and vertically, scaled larger with a negative Y offset, which normally would move the effect upwards, but because of the rotation the negative Y offset moves the effect downwards. If the shape bleeds out of the row boundary, you can choose Clip contents in the Shape container section:

courses05c_008

MIDPOINT

Midpoint has its highest point mid-row and is lower at each row end. This screenshot shows a white midpoint shape applied to both the top and bottom edge with minimal modification from the default settings.

courses05c_009

TRIANGLE

The triangle looks like a rotated midpoint, with its low point in the middle of the row. In the following screenshot, the triangle is set to a width of 600px to the cutout effect seems to point to the heading in the center:

courses05c_010

CIRCLE

In the following screenshot, the circle is a top shape that is set to Center alignment, so it appears in the vertical and horizontal center of the row. The color is set to 50% opacity.

courses05c_011

CONCAVE

The concave shape is flat on one edge and has a concave arc at the other end. In the following screenshot, there’s a Concave shape at the row bottom with a height of 440px so it stretches up along the sides of the row.

courses05b_012

SPOTS

The Circle shape is a set of larger and smaller elliptical objects. In the following screenshot, the circles in a semi-opaque color were scaled a bit larger, aligned in the center of the row, and then the Y offset value was manipulated to move them slightly higher:

courses05c_013

TOPOGRAPHY

The topography shape produces concentric circles of the type that appear on topographic maps. Here’s an example of a topographic shape with stretched height to cover the entire height of the background image:

courses05c_014

RECTANGLE

The rectangle shape is a rectangle placed where you want it. In the following screenshot, a rectangle shape at the top of the row was rotated to produce an angled band of color:

courses05b_015

Here’s an example in which a rotated rectangle shape was used at the top and topography used at the bottom:

courses05c_016

SOME TECHNICAL DETAILS

The shape layers are rendered with a  <div>  element that covers the entire row, and the SVG shape is positioned somewhere within that.

The fact that the shapes are aligned by default to the top and bottom of the row is just a convenience. In practice, you can flip and align the bottom shape layer and put it anywhere you can put the top shape layer. In fact, when you choose a bottom shape, you’ll notice the shape is automatically flipped top to bottom. This means with a bottom row; a positive Y offset will move the row up rather than down:

courses05c_017

FIX FOR INTERNET EXPLORER 11

Row shapes use SVG art, which won’t work on IE11. If you want to use row shapes and block them only on IE11, use the following CSS code.

body.fl-builder-ie-11 div.fl-builder-shape-layer { display:none; }
Next Video Backgrounds in Rows
Table of Contents