Custom Shape dividers were one of the main features when I built the website for the Edmonton festival Winterruption (Case study here).
Elementor provides a tutorial on how to add shape dividers to the existing set, but there are some important considerations to keep in mind. The custom dividers must be in SVG format, but they also need to be properly structured. The original files I received didn’t work until I reviewed the shape dividers from the theme and adjusted the new files accordingly. Here’s how I changed them:
SVG Formatting
The shapes I received in the brand package were SVGs exported from Adobe Illustrator. While Illustrator is a powerful tool, its SVG export settings include metadata and formatting different to what I needed in this particular case. When I tried to use them as custom shape divider following the Elementor tutorial, they did not show up until I made several adjustments.
For that I looked at the existing shape divider that are part of the default Elementor settings. Here’s an example:
In comparison, here’s an example of the received SVG that I wanted to used as a custom shape divider:
style="transform: scale(1,-1) translateX(-50%)"
f you don’t provide an inverted shape, be sure to change the ‘has_negative’ parameter to “false” (or remove it entirely); otherwise, the custom shape won’t display (see parameters in Elementor tutorial).
Optimizing SVGs
In order to make the custom shape divider work best, it makes sense to reduce the SVG shape to the right size.
✅ Use this:

❌Not this:


Under the “style” tabin the Elementor editing menu
Unfortunately, I’m still a bit of an SVG noob, so I had to work with what I had and instead adjusted the shape divider height in the Elementor options and container margins to ensure the dividers didn’t overlap with the section content. If you don’t set a fixed height, the shape divider will grow proportionally to the browser width. The larger the height compared to the width, the harder it is to adjust to all screen sizes without cutting into the content.
Shape Dividers for Small Containers with Textured Backgrounds
If you have a container over a textured background, you can’t place the shape divider inside the container because it doesn’t offer a transparent option. To solve this, I added two transparent containers—one at the top and one at the bottom—and applied the shape dividers there, removing the container margins so they seamlessly connected with the middle container.
There might be a way to use an SVG shape to cut off the top or bottom of an image or background, which is what I tried out in another theme (soon to be published).
I didn’t explore that fully for this project, though—have you? Let me know what you’ve discovered!
Also, here is a pretty shape divider from the default Elementor settings:
Share this post: