Support Forum

Topic: plugin-widgets-bundle

Browse community answers for this topic or search for a specific issue.

zigzag border

pluginplugin-widgets-bundletechnical · By martelle · 8 years ago · Reply by Alex S 8 years ago

I work with a childtheme. In the style.css I put this code in: .container { position: relative; padding: 8px 8px 32px 8px; background: #dddccf; } .container:after { background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0); background-position: left-bottom;…